A general purpose response wrapper that is built for any failed API response.
See the following pages for details about the various processor responses:
@type t() :: %Braintree.ErrorResponse{ errors: map(), message: String.t(), params: map(), transaction: map() }