HttpRequestError
Type parameters
▪ T
Hierarchy
↳ HttpRequestError
Index
Constructors
Properties
Constructors
constructor
+ new HttpRequestError(options
: NormalizedHttpOptions, message?
: undefined | string): HttpRequestError
Parameters:
Name | Type |
| |
| undefined | string |
Returns: HttpRequestError
Properties
message
• message: string
Inherited from HttpRequestError.message
name
• name: string
Inherited from HttpRequestError.name
options
• options: NormalizedHttpOptions
Optional
stack
Optional
stack• stack? : undefined | string
Inherited from HttpRequestError.stack
Overrides HttpRequestError.stack
Static
Error
Static
Error▪ Error: ErrorConstructor
Last updated