Latest
Search
K
Links
Comment on page

HttpRequestError

Type parameters

T

Hierarchy

  • Error
    HttpRequestError

Index

Constructors

Properties

Constructors

constructor

+ new HttpRequestError(options: NormalizedHttpOptions, message?: undefined | string): HttpRequestError
Parameters:
Name
Type
options
message?
undefined | string
Returns: HttpRequestError

Properties

message

message: string
Inherited from HttpRequestError.message

name

name: string
Inherited from HttpRequestError.name

options

options: NormalizedHttpOptions

Optional stack

stack? : undefined | string
Inherited from HttpRequestError.stack
Overrides HttpRequestError.stack

Static Error

Error: ErrorConstructor