# `Deputy.Error.HTTPError`
[🔗](https://github.com/sgerrand/ex_deputy/blob/v0.4.0/lib/deputy/error.ex#L37)

Represents an HTTP-level error that occurred while communicating with the Deputy API.

# `t`

```elixir
@type t() :: %Deputy.Error.HTTPError{
  __exception__: true,
  body: map() | String.t() | nil,
  reason: atom() | String.t(),
  status: integer() | nil
}
```

# `message`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
