The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Braintree::ErrorResult

PURPOSE

This class represents a result from the Braintree API with one or more validation errors.

METHODS

credit_card_verification()

This is an alias of "verification()" in verification().

errors()

This returns the "WebService::Braintree::ValidationErrorCollection" in collection of specfic validation errors associatd with this result.

merchant_account()

This returns the "WebService::Braintree::_::MerchantAccount" in merchant account (if any) associated with this error.

message()

This returns the string from Braintree that describes the full error.

params()

TODO

response()

This is the actual response received from Braintree.

subscription()

This returns the "WebService::Braintree::_::Subscription" in subscription (if any) associated with this error.

transaction()

This returns the "WebService::Braintree::_::Transaction" in transaction (if any) associated with this error.

verification()

This returns the "WebService::Braintree::_::CreditCardVerification" in verification (if any) associated with this error.

is_success

This always returns false.