跳转到内容

类: TimeoutError

更新: 2025/7/20 字数: 0 字 时长: 0 分钟

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