Skip to content

TimeoutError

An error class representing an timeout.

It occurs when operations like timeout or withTimeout have timed out.

Interface

typescript
class TimeoutError extends Error {
  name = 'TimeoutError',
}

Released under the MIT License.