Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxiosError<T>

Type Parameters

  • T = any

Hierarchy

Index

Properties

code?: string
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<T>
stack?: string

Methods

  • toJSON(): object
  • Returns object

Generated using TypeDoc