类: TimeoutError


类: TimeoutError

lang.TimeoutError

继承关系

  • Error

    TimeoutError

目录

Constructors

属性

Constructors

constructor

new TimeoutError(message?)

参数

名称 类型
message? string

Inherited from

Error.constructor

new TimeoutError(message?, options?)

参数

名称 类型
message? string
options? ErrorOptions

Inherited from

Error.constructor

属性

cause

Optional cause: unknown

Inherited from

Error.cause


message

message: string

Inherited from

Error.message


name

name: string

Inherited from

Error.name


stack

Optional stack: string

Inherited from

Error.stack