Interface IErrorsAxiosResponse

Hierarchy

Properties

cause?: unknown
code?: string
config?: InternalAxiosRequestConfig<any>
event?: any
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<IErrorDataInterface, any, {}>

Type declaration

    stack?: string
    status?: number
    toJSON: (() => object)

    Type declaration

      • (): object
      • Returns object

    Generated using TypeDoc