类: TimeoutError
更新: 2025/10/24 字数: 0 字 时长: 0 分钟
lang.TimeoutError
继承关系
ErrorTimeoutError
目录
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
Optionalcause:unknown
Inherited from
Error、.cause
message
- message:
string
Inherited from
Error、.message
name
- name:
string
Inherited from
Error、.name
stack
Optionalstack:string
Inherited from
Error.stack
