Preparing search index...
The search index is not available
wretch
wretch
index
WretchError
Interface WretchError
An Error enhanced with status, text and body.
interface
WretchError
{
json
?:
any
;
message
:
string
;
name
:
string
;
response
:
WretchResponse
;
stack
?:
string
;
status
:
number
;
text
?:
string
;
url
:
string
;
}
Hierarchy
Error
WretchError
Index
Properties
json?
message
name
response
stack?
status
text?
url
Properties
Optional
json
json
?:
any
message
message
:
string
name
name
:
string
response
response
:
WretchResponse
Optional
stack
stack
?:
string
status
status
:
number
Optional
text
text
?:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
json
message
name
response
stack
status
text
url
wretch
Loading...
An Error enhanced with status, text and body.