Latest
Search
K
Links
Comment on page

HttpResponseError

Type parameters

T

Hierarchy

  • Error
    HttpResponseError

Index

Constructors

Properties

Constructors

constructor

+ new HttpResponseError(response: HttpResponse‹T›, message?: undefined | string): HttpResponseError
Parameters:
Name
Type
response
HttpResponse‹T›
message?
undefined | string
Returns: HttpResponseError

Properties

message

message: string
Inherited from HttpRequestError.message

name

name: string
Inherited from HttpRequestError.name

response

response: HttpResponse‹T›

Optional stack

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

status

status: HttpCode

Static Error

Error: ErrorConstructor