Hierarchy

  • Error
    • RequestError

Properties

cause?: unknown
errors: string[]

A list of the exact errors thrown by the request. The specific error codes can be found in the documentation of the different methods in the "Throws" section.

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void