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

Copy Markdown View Source

Returned when request preparation crashes before an HTTP attempt is made.

Summary

Types

t()

@type t() :: %DodoPayments.Error.PreparationError{
  __exception__: true,
  cause: term(),
  kind: :error | :exit | :throw,
  operation: atom(),
  stacktrace: Exception.stacktrace()
}