Finch.TransportError exception (Finch v0.22.0)
View SourceRepresents transport errors returned by Finch.
Summary
Types
@type reason() :: Mint.TransportError.reason()
@type t() :: %Finch.TransportError{ __exception__: true, reason: reason(), source: Mint.TransportError.t() | nil }