HttpRequestError

Type parameters

T

Hierarchy

  • Error

    HttpRequestError

Index

Constructors

Properties

Constructors

constructor

+ new HttpRequestError(options: NormalizedHttpOptions, message?: undefined | string): HttpRequestError

Parameters:

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

Last updated