HttpRequestError
Type parameters
▪ T
Hierarchy
↳ HttpRequestError
Index
Constructors
Properties
Constructors
constructor
+ new HttpRequestError(options
: NormalizedHttpOptions, message?
: undefined | string): HttpRequestError
Defined in packages/http/src/httpRequestError.ts:6
Parameters:
Name | Type |
| |
| undefined | string |
Returns: HttpRequestError
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
options
• options: NormalizedHttpOptions
Defined in packages/http/src/httpRequestError.ts:8
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
Static
Error
Static
Error▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984
Last updated