Class: TimeoutError
10/22/22Less than 1 minute
lang.TimeoutError
Inheritance
Error↳
TimeoutError
Table of contents
Constructors
Properties
Constructors
constructor
• new TimeoutError(message?)
Parameters
| Name | Type |
|---|---|
message? | string |
Inherited from
Error.constructor
• new TimeoutError(message?, options?)
Parameters
| Name | Type |
|---|---|
message? | string |
options? | ErrorOptions |
Inherited from
Error.constructor
Properties
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
