TimeoutError class
Error thrown when a timeout elapses.
- Extends
-
Error
Timeout |
Constructs a new instance of TimeoutError. |
Constructs a new instance of TimeoutError.
new TimeoutError(errorMessage: string)
Parameters
- errorMessage
-
string
A descriptive error message.
static Error: ErrorConstructor
Property Value
ErrorConstructor
message: string
Property Value
string
name: string
Property Value
string
stack?: string
Property Value
string