Represents cancellation errors.
cancelled is always true for instances of Cancel.
cancelled
Cancel
User defined message.
Error name is AbortError for compatibility with JavaScript's AbortSignal handling.
AbortError
Returns "Cancel: <message>"
"Cancel: <message>"
Represents cancellation errors.