SyncError: {
    compensatingWritesInfo: CompensatingWriteErrorInfo[];
    isClientResetRequested: boolean;
    isFatal: boolean;
    isUnrecognizedByClient: boolean;
    logUrl: string;
    serverRequestsAction: SyncErrorAction;
    simpleMessage: string;
    status: Status;
    userInfo: Record<string, string>;
}

Type declaration

  • compensatingWritesInfo: CompensatingWriteErrorInfo[]
  • isClientResetRequested: boolean
  • isFatal: boolean
  • isUnrecognizedByClient: boolean

    Deprecated

    Add is_unrecognized_by_client to your opt-in list (under records/SyncError/fields/) to use this.

    Default

    false
    
  • logUrl: string
  • serverRequestsAction: SyncErrorAction

    Deprecated

    Add server_requests_action to your opt-in list (under records/SyncError/fields/) to use this.

    Default

    NoAction
    
  • simpleMessage: string
  • status: Status
  • userInfo: Record<string, string>

Generated using TypeDoc