Hierarchy

  • Error
    • ApiError

Constructors

  • Parameters

    • request: ApiRequestOptions
    • response: ApiResult
    • message: string

    Returns ApiError

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

Properties

body: unknown
message: string
name: string
request: ApiRequestOptions
stack?: string
status: number
statusText: string
url: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number