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

Represents transport errors returned by Finch.

# `reason`

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

# `t`

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

---

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