Aller au contenu principal

AbortError

The AbortError object indicates an error that the operation was aborted.

Hierarchy

  • Readonly<Error & { cause: unknown; message: string; name: AbortError; stack: string } & { name: AbortError }>
    • AbortError

Index

Constructors

Properties

Constructors

constructor

  • Error constructor

Properties

staticreadonlyerrorName

errorName: AbortError

Error name

Page Options