DodoPayments.ValidationError exception (dodo_payments v0.1.0)

Copy Markdown View Source

Raised when a request is locally invalid and no HTTP call was made.

Summary

Types

t()

@type t() :: %DodoPayments.ValidationError{
  __exception__: true,
  field: atom() | String.t() | nil,
  operation: atom(),
  reason: term()
}