Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DvelopHttpError

Hierarchy

  • AxiosError
    • DvelopHttpError

Index

Properties

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

Type declaration

    • (): object
    • Returns object

Generated using TypeDoc