Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@nestia/fetcher
HttpError
IProps
Interface IProps<T>
Returned type of
HttpError.toJSON
method.
interface
IProps
<
T
>
{
headers
:
Record
<
string
,
string
|
string
[]
>
;
message
:
T
;
method
:
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
;
path
:
string
;
status
:
number
;
}
Type Parameters
T
Index
Properties
headers
message
method
path
status
Properties
headers
headers
:
Record
<
string
,
string
|
string
[]
>
message
message
:
T
method
method
:
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
path
path
:
string
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
message
method
path
status
Nestia API Documents
Loading...
Returned type of HttpError.toJSON method.