Search
Preparing search index...
The search index is not available
@northtech/bragi - v3.0.3
Options
All
Public
Public/Protected
All
Inherited
Menu
@northtech/bragi - v3.0.3
fetcher
HttpError
Class HttpError<ErrorT>
Type parameters
ErrorT
Hierarchy
Error
HttpError
Index
Constructors
constructor
Properties
error
error
String
response
Constructors
constructor
new
Http
Error
<
ErrorT
>
(
response
:
Response
, error
:
undefined
|
ErrorT
, errorString
:
undefined
|
string
)
:
HttpError
<
ErrorT
>
Type parameters
ErrorT
Parameters
response:
Response
error:
undefined
|
ErrorT
errorString:
undefined
|
string
Returns
HttpError
<
ErrorT
>
Properties
Readonly
error
error
:
undefined
|
ErrorT
Readonly
error
String
error
String
:
undefined
|
string
Readonly
response
response
:
Response
Modules
fetcher
json
logger
Http
Error
constructor
error
error
String
response