Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpErrorResponse<T>

Type parameters

  • T

Hierarchy

  • Error
    • HttpErrorResponse

Implements

Index

Constructors

constructor

Properties

Readonly error

error: any | undefined

Readonly headers

headers: HttpHeaders

Readonly message

message: string = "Unknown Error"

Readonly name

name: string = "HttpErrorResponse"

Readonly ok

ok: boolean = false

Readonly request

request: HttpRequest<T> | null

Optional stack

stack: undefined | string

Readonly status

status: number = 0

Readonly statusText

statusText: string = "Unknown Error"

Readonly type

type: ResponseError = HttpEventType.ResponseError

Readonly url

url: string | undefined

Static Error

Error: ErrorConstructor

Methods

clone