Preparing search index...
The search index is not available
cwmsjs
cwmsjs
ErrorContext
Interface ErrorContext
interface
ErrorContext
{
error
:
unknown
;
fetch
:
(
(
input
,
init
?
)
=>
Promise
<
Response
>
)
;
init
:
RequestInit
;
response
?:
Response
;
url
:
string
;
}
Index
Properties
error
fetch
init
response?
url
Properties
error
error
:
unknown
fetch
fetch
:
(
(
input
,
init
?
)
=>
Promise
<
Response
>
)
Type declaration
(
input
,
init
?
)
:
Promise
<
Response
>
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
init
init
:
RequestInit
Optional
response
response
?:
Response
url
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
error
fetch
init
response
url
cwmsjs
Loading...