AbortError class
Error thrown when an action is aborted.
- Extends
-
Error
Abort |
Constructs a new instance of AbortError. |
Constructs a new instance of AbortError.
TypeScript
new AbortError(errorMessage: string)
Parameters
- errorMessage
-
string
A descriptive error message.
TypeScript
static Error: ErrorConstructor
Property Value
ErrorConstructor
TypeScript
message: string
Property Value
string
TypeScript
name: string
Property Value
string
TypeScript
stack?: string
Property Value
string