Error thrown when making HTTP requests

Hierarchy

  • Error
    • RequestError

Constructors

  • Parameters

    • params: RequestErrorParams

    Returns RequestError

Properties

cause?: unknown
message: string
name: string
recipientDid: string

string DID of the recipient

stack?: string
url: string

URL of the request

prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void