> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# EndstateTimeoutError

> Your `timeoutMs` or `maxElapsedMs` elapsed. Also carries `safeToRetry` and `idempotencyKey`.

```ts theme={null}
class EndstateTimeoutError extends EndstateError
```

## Example

```ts theme={null}
if (error instanceof EndstateTimeoutError) showSlowNetworkNotice();
```
