An class describing a sync error.

Hierarchy (view full)

Properties

category: string

The category of this error.

Deprecated

cause?: unknown
code?: number

The error code that represents this error.

isFatal: boolean

Deprecated

Check the error message instead.

isOk: boolean
logUrl: string

The URL to the associated server log, if available. The string will be empty if the sync error is not initiated by the server.

message: string
name: string = "SyncError"
reason?: string
stack?: string
userInfo: Record<string, string>

A record of extra user information associated with this error.

Generated using TypeDoc