MPP.Client.Req.Error exception (mpp v0.16.0)

Copy Markdown View Source

Returned when payment-aware retry cannot complete a 402 challenge.

Summary

Types

t()

@type t() :: %MPP.Client.Req.Error{
  __exception__: term(),
  message: String.t() | nil,
  reason: term()
}