AbortError class
Error thrown when an action is aborted.
- Extends
-
Error
Abort |
Constructs a new instance of AbortError. |
Constructs a new instance of AbortError.
new AbortError(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