DodoPayments.Error.APIError exception (dodo_payments v0.1.0)

Copy Markdown View Source

An error response returned by Dodo Payments.

Summary

Types

t()

@type t() :: %DodoPayments.Error.APIError{
  __exception__: true,
  body: term(),
  code: String.t() | nil,
  headers: [{String.t(), String.t()}],
  message: String.t(),
  request_id: String.t() | nil,
  status: pos_integer()
}