Documentation
    Preparing search index...

    Class UserAbortError

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    error: undefined

    JSON body of the response that caused the error.

    message: string
    name: string
    stack?: string
    status: undefined

    HTTP status for the response that caused the error.

    Methods

    • Parameters

      • status: number | undefined
      • errorResponse: object | undefined
      • message: string | undefined

      Returns StorageNodeAPIError

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error