Preparing search index...
The search index is not available
setch
setch
SetchStatusError
Class SetchStatusError
Hierarchy
Error
SetchStatusError
Index
Constructors
constructor
Properties
expected
Status
name
options
res
url
Methods
toJSON
Constructors
constructor
new
SetchStatusError
(
url
:
string
,
options
:
SetchInit
,
res
:
Response
,
expectedStatus
:
ExpectedStatus
,
)
:
SetchStatusError
Parameters
url
:
string
options
:
SetchInit
res
:
Response
expectedStatus
:
ExpectedStatus
Returns
SetchStatusError
Properties
Readonly
expected
Status
expectedStatus
:
ExpectedStatus
name
name
:
string
= 'SetchStatusError'
Readonly
options
options
:
SetchInit
Readonly
res
res
:
Response
Readonly
url
url
:
string
Methods
toJSON
toJSON
()
:
{
expectedStatus
:
string
|
number
|
boolean
;
message
:
string
;
name
:
string
;
options
:
SetchInit
;
res
:
{
headers
:
{
[
k
:
string
]:
any
}
;
status
:
number
}
;
url
:
string
;
}
Returns
{
expectedStatus
:
string
|
number
|
boolean
;
message
:
string
;
name
:
string
;
options
:
SetchInit
;
res
:
{
headers
:
{
[
k
:
string
]:
any
}
;
status
:
number
}
;
url
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
expected
Status
name
options
res
url
Methods
toJSON
setch
Loading...