# `Finch.HTTPError`
[🔗](https://github.com/sneako/finch/blob/v0.23.0/lib/finch/http_error.ex#L1)

Represents HTTP protocol errors returned by Finch.

# `reason`

```elixir
@type reason() :: Mint.HTTPError.reason()
```

# `t`

```elixir
@type t() :: %Finch.HTTPError{
  __exception__: term(),
  module: module() | nil,
  reason: reason(),
  source: Mint.HTTPError.t() | nil
}
```

---

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