Represents transport errors returned by Finch.
Summary
Types
@type reason() :: Mint.TransportError.reason()
@type t() :: %Finch.TransportError{ __exception__: term(), reason: reason(), source: Mint.TransportError.t() | nil }
Represents transport errors returned by Finch.
@type reason() :: Mint.TransportError.reason()
@type t() :: %Finch.TransportError{ __exception__: term(), reason: reason(), source: Mint.TransportError.t() | nil }