Finch.TransportError exception (Finch v0.22.0)

View Source

Represents transport errors returned by Finch.

Summary

Types

reason()

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

t()

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