api-def API Reference
Preparing search index...
RequestError
Interface RequestError
interface
RequestError
{
attempts
:
number
;
cause
?:
unknown
;
code
:
string
;
isApiDefError
:
true
;
message
:
string
;
name
:
string
;
response
:
ApiResponse
<
any
>
|
null
|
undefined
;
stack
?:
string
;
}
Hierarchy
Error
RequestError
Index
Properties
attempts
cause?
code
is
Api
Def
Error
message
name
response
stack?
Properties
attempts
attempts
:
number
Optional
cause
cause
?:
unknown
The cause of the error.
code
code
:
string
is
Api
Def
Error
isApiDefError
:
true
message
message
:
string
name
name
:
string
response
response
:
ApiResponse
<
any
>
|
null
|
undefined
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attempts
cause
code
is
Api
Def
Error
message
name
response
stack
api-def API Reference
Loading...
The cause of the error.