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',
}