Base error message for payment gateways.
@type t() :: %BasePayment.ErrorResponse{ formatted_response: %{error_message: String.t(), error_code: String.t()}, status: String.t() }