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