Preparing search index...
The search index is not available
bunway
bunway
HttpErrorOptions
Interface HttpErrorOptions
Options bag for
HttpError
.
interface
HttpErrorOptions
{
body
?:
unknown
;
cause
?:
unknown
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
body?
cause?
headers?
Properties
Optional
body
body
?:
unknown
Optional
cause
cause
?:
unknown
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
cause
headers
bunway
Loading...
Options bag for HttpError.