Braintree.ErrorResponse (Braintree v0.13.0)

A general purpose response wrapper that is built for any failed API response.

See the following pages for details about the various processor responses:

Link to this section Summary

Link to this section Types

@type t() :: %Braintree.ErrorResponse{
  errors: map(),
  message: String.t(),
  params: map(),
  transaction: map()
}

Link to this section Functions