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

# EndstateHttpError

> A non-2xx that carried no Endstate error envelope.

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

## Example

```ts theme={null}
// e.g. a proxy returned HTML for a 502
```
