AbortError
Hierarchy
- Readonly<Error & { cause: unknown; message: string; name: AbortError; stack: string } & { name: AbortError }>
- AbortError
Index
Constructors
constructor
Error constructor
Properties
staticreadonlyinheritederrorName
Error name
Methods
staticinheritedasString
Static method to convert an error to a string
staticinheritedhasInstance
Return true if anyValue is an instance of current class
The AbortError object indicates an error that the operation was aborted.