Version: 0.15.x
ConflictError
Error that signifies conflict between server-side and client-side data
#
Hierarchy↳ ConflictError
#
Index#
Constructors#
Properties#
Constructors#
constructor+ new ConflictError(stateMap
: ConflictStateMap): ConflictError
Defined in packages/graphback-datasync/src/util.ts:35
Parameters:
Name | Type |
---|---|
stateMap | ConflictStateMap |
Returns: ConflictError
#
Properties#
conflictInfo• conflictInfo: ConflictStateMap
Defined in packages/graphback-datasync/src/util.ts:35
#
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