Version: Next
ConflictError
Error that signifies conflict between server-side and client-side data
#
Hierarchy↳ ConflictError
#
Index#
Constructors#
Properties#
Constructors#
constructor+ new ConflictError(stateMap
: ConflictMetadata): ConflictError
Defined in packages/graphback-datasync/src/util.ts:73
Parameters:
Name | Type |
---|---|
stateMap | ConflictMetadata |
Returns: ConflictError
#
Properties#
conflictInfo• conflictInfo: ConflictMetadata
Defined in packages/graphback-datasync/src/util.ts:73
#
message• message: string
Inherited from ConflictError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
#
name• name: string
Inherited from ConflictError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
Optional
stack#
• stack? : string
Inherited from ConflictError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
Static
Error#
▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984