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

# Http.error utils

#### check\_error\_response

```python theme={"dark"}
def check_error_response(response,
                         context: Optional[RequestContext] = None,
                         payload: Any = None)
```

Checks server response.
Called if HTTP response status code is an error response.
