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