HttpResponseError
Type parameters
▪ T
Hierarchy
↳ HttpResponseError
Index
Constructors
Properties
Constructors
constructor
+ new HttpResponseError(response
: HttpResponse‹T›, message?
: undefined | string): HttpResponseError
Defined in packages/http/src/httpResponseError.ts:8
Parameters:
Name | Type |
| HttpResponse‹T› |
| undefined | string |
Returns: HttpResponseError
Properties
message
• message: string
Inherited from HttpRequestError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
name
• name: string
Inherited from HttpRequestError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
response
• response: HttpResponse‹T›
Defined in packages/http/src/httpResponseError.ts:10
Optional
stack
Optional
stack• stack? : undefined | string
Inherited from HttpRequestError.stack
Overrides HttpRequestError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
status
• status: HttpCode
Defined in packages/http/src/httpResponseError.ts:7
Static
Error
Static
Error▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984
Last updated