HttpResponseError
Type parameters
▪ T
Hierarchy
↳ HttpResponseError
Index
Constructors
Properties
Constructors
constructor
+ new HttpResponseError(response
: HttpResponse‹T›, message?
: undefined | string): HttpResponseError
Parameters:
Name | Type |
---|---|
| HttpResponse‹T› |
| undefined | string |
Returns: HttpResponseError
Properties
message
• message: string
Inherited from HttpRequestError.message
name
• name: string
Inherited from HttpRequestError.name
response
• response: HttpResponse‹T›
Optional
stack
Optional
stack• stack? : undefined | string
Inherited from HttpRequestError.stack
Overrides HttpRequestError.stack
status
• status: HttpCode
Static
Error
Static
Error▪ Error: ErrorConstructor
Last updated