Coffrify.Error.Transport exception (Coffrify v0.9.0)

View Source

Network-level failure (timeout, TCP reset, TLS error, DNS).

These never reach the Coffrify servers; the SDK retries them by default.

Summary

Types

t()

@type t() :: %Coffrify.Error.Transport{
  __exception__: true,
  code: String.t() | nil,
  details: term(),
  message: String.t(),
  request_id: String.t() | nil,
  status: 0
}