public interface BraintreeErrorListener extends BraintreeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Exception error)
onError(Exception) will be called when there is an exception that cannot be handled,
such as a network or request error, or when there are data validation errors. |
void onError(java.lang.Exception error)
onError(Exception) will be called when there is an exception that cannot be handled,
such as a network or request error, or when there are data validation errors.error -