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

Copy Markdown View Source

Raised or returned when a client cannot be configured safely.

Summary

Types

t()

@type t() :: %DodoPayments.Error.ConfigurationError{
  __exception__: true,
  cause: term() | nil,
  message: String.t(),
  stacktrace: Exception.stacktrace()
}