Class: AbortError

AbortError(messageopt)

Represents an error caused by an action being aborted.

Constructor

new AbortError(messageopt)

Constructs an AbortError.
Parameters:
Name Type Attributes Description
message string <optional>
Human-readable description of the error.
Source: