Interface IErrorsAxiosResponse

Hierarchy

Properties

cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<IErrorDataInterface, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

Generated using TypeDoc