View Source BasePayment.ErrorResponse (ex_payments_template v0.1.0)

Base error message for payment gateways.

Summary

Types

@type t() :: %BasePayment.ErrorResponse{
  formatted_response: %{error_message: String.t(), error_code: String.t()},
  status: String.t()
}