Class PermitApiError<T>

Type Parameters

  • T

Hierarchy

  • Error
    • PermitApiError

Constructors

Properties

message: string
name: string
originalError: AxiosError<T, any>
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Accessors

  • get response(): undefined | AxiosResponse<T, any>
  • Returns undefined | AxiosResponse<T, any>

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc