Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Error
    • RequestError

Index

Constructors

constructor

  • new RequestError(__namedParameters: { httpError?: AxiosError<any, any>; message: string; rawRequest: string; rawResponse?: string }): RequestError
  • Parameters

    • __namedParameters: { httpError?: AxiosError<any, any>; message: string; rawRequest: string; rawResponse?: string }
      • Optional httpError?: AxiosError<any, any>
      • message: string
      • rawRequest: string
      • Optional rawResponse?: string

    Returns RequestError

Properties

Optional httpError

httpError?: AxiosError<any, any>

rawRequest

rawRequest: string

Optional rawResponse

rawResponse?: string

Generated using TypeDoc