Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new TimeoutError(message?: string, url?: string): TimeoutError

Properties

code

code: string = "ECONTIMEDOUT"

message

message: string

name

name: string = "TimeoutError"

ok

ok: boolean = false

redirected

redirected: boolean = false

Optional stack

stack: string

status

status: number = 408

statusText

statusText: string = "ECONTIMEDOUT"

type

type: string = "error"

Optional url

url: string

Static Error

Error: ErrorConstructor

Methods

Static type

  • type(): any

Generated using TypeDoc