Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-common
ApiResponseError
Interface ApiResponseError<T>
interface
ApiResponseError
<
T
=
unknown
>
{
cause
?:
unknown
;
code
?:
string
;
config
:
AxiosRequestConfig
<
any
>
;
isAxiosError
:
boolean
;
message
:
string
;
name
:
string
;
request
?:
unknown
;
response
?:
AxiosResponse
<
T
,
any
>
;
stack
?:
string
;
toJSON
:
()
=>
object
;
}
Type Parameters
T
=
unknown
Hierarchy
Error
ApiResponseError
Index
Properties
cause?
code?
config
is
Axios
Error
message
name
request?
response?
stack?
toJSON
Properties
Optional
cause
cause
?:
unknown
Optional
code
code
?:
string
config
config
:
AxiosRequestConfig
<
any
>
is
Axios
Error
isAxiosError
:
boolean
message
message
:
string
name
name
:
string
Optional
request
request
?:
unknown
Optional
response
response
?:
AxiosResponse
<
T
,
any
>
Optional
stack
stack
?:
string
toJSON
toJSON
:
()
=>
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
code
config
is
Axios
Error
message
name
request
response
stack
toJSON
Trova Core - v3.43.0
Loading...