Skip to main content

@idpass/data-collect-core / SyncError

Interface: SyncError

Defined in: interfaces/adapter.ts:51

Describes an individual sync error for a specific entity or operation.

Properties

entityGuid?

optional entityGuid: string

Defined in: interfaces/adapter.ts:53

GUID of the entity that failed (if applicable)


code

code: string

Defined in: interfaces/adapter.ts:55

Machine-readable error code


message

message: string

Defined in: interfaces/adapter.ts:57

Human-readable error message


retryable

retryable: boolean

Defined in: interfaces/adapter.ts:59

Whether this error is likely to succeed on retry