> ## 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.

# EndstateNetworkError

> The request never completed. Carries `safeToRetry` and the `idempotencyKey` that was used, so you can recover the original operation.

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

## Example

```ts theme={null}
if (error instanceof EndstateNetworkError && error.safeToRetry) retry();
```
