Finch.HTTPError exception (Finch v0.22.0)

View Source

Represents HTTP protocol errors returned by Finch.

Summary

Types

reason()

@type reason() :: Mint.HTTPError.reason()

t()

@type t() :: %Finch.HTTPError{
  __exception__: true,
  module: module() | nil,
  reason: reason(),
  source: Mint.HTTPError.t() | nil
}