| Class | Description |
|---|---|
| BraintreeApiError |
Specific error returned when Braintree API returns a 400 Bad Request.
|
| BraintreeError |
| Enum | Description |
|---|---|
| GoogleApiClientException.ErrorType |
| Exception | Description |
|---|---|
| AppSwitchNotAvailableException |
Error class thrown when app switch to the corresponding wallet is not possible
|
| BraintreeApiErrorResponse |
Error container returned when Braintree API returns a 400 Bad Request.
|
| BraintreeException |
Parent class for exceptions encountered when using the SDK.
|
| BrowserSwitchException |
Error class thrown when browser switch returns an error
|
| ConfigurationException |
Error class thrown when a configuration value is invalid
|
| ErrorWithResponse |
Error container returned when the Braintree server returns a 422 Unprocessible Entity.
|
| GoogleApiClientException |
Exception thrown when the
com.google.android.gms.common.api.GoogleApiClient has an error connecting. |
| GooglePaymentException |
Error class thrown when a Google Payment exception is encountered.
|
| InvalidArgumentException |
Error thrown when arguments provided to a method are invalid.
|
| PaymentMethodDeleteException |
Error class thrown when a
PaymentMethod.deletePaymentMethod(BraintreeFragment, PaymentMethodNonce)
fails to delete a payment method. |
| PaymentMethodNotAvailableException |
Thrown when a payment method isn't available with a developer friendly explanation on why
it isn't available.
|
| VisaCheckoutNotAvailableException |
Error class thrown when Visa Checkout classes are not available
|