pdfrx_web
    Preparing search index...

    Class RelayOperationError

    Operation rejection returned by the relay, optionally with its current revision.

    Hierarchy

    • Error
      • RelayOperationError
    Index
    • Parameters

      • code: string

        Machine-readable error category supplied by the relay.

      • message: string

        Human-readable relay diagnostic.

      • OptionalcurrentRevision: number

        Relay revision included for stale-operation recovery.

      Returns RelayOperationError

    cause?: unknown
    code: string

    Machine-readable error category supplied by the relay.

    currentRevision?: number

    Relay revision included for stale-operation recovery.

    message: string
    name: string
    stack?: string