Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/sdk-utils
ApiError
Interface ApiError<T, D>
interface
ApiError
<
T
=
any
,
D
=
any
>
{
cause
?:
Error
;
code
?:
string
;
config
?:
InternalAxiosRequestConfig
<
D
>
;
isAxiosError
:
boolean
;
isError
:
true
;
message
:
string
;
name
:
string
;
request
?:
any
;
response
?:
AxiosResponse
<
T
,
D
>
;
stack
?:
string
;
status
?:
number
;
toJSON
:
()
=>
object
;
}
Type Parameters
T
=
any
D
=
any
Hierarchy
AxiosError
<
T
,
D
>
ApiError
Index
Properties
cause?
code?
config?
is
Axios
Error
is
Error
message
name
request?
response?
stack?
status?
toJSON
Properties
Optional
cause
cause
?:
Error
Optional
code
code
?:
string
Optional
config
config
?:
InternalAxiosRequestConfig
<
D
>
is
Axios
Error
isAxiosError
:
boolean
is
Error
isError
:
true
message
message
:
string
name
name
:
string
Optional
request
request
?:
any
Optional
response
response
?:
AxiosResponse
<
T
,
D
>
Optional
stack
stack
?:
string
Optional
status
status
?:
number
toJSON
toJSON
:
()
=>
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
code
config
is
Axios
Error
is
Error
message
name
request
response
stack
status
toJSON
XYO Platform SDK - v3.6.9
Loading...