Skip to main content

TimeoutError

The TimeoutError object indicates an error that the operation took too much time and was canceled

Hierarchy

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

Index

Constructors

Properties

Constructors

constructor

  • Error constructor

Properties

staticreadonlyerrorName

errorName: TimeoutError

Error name

Page Options