| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.paymill.android.service.PMError.BridgeError | |
The type of the bridge error.
Note: This list does not contain all messages, rather messages
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PMError.BridgeError | CC_INVALID_CVC | For credit cards: invalid secuirty code | |||||||||
| PMError.BridgeError | CC_INVALID_EXPIRY | For credit cards: invalid card epiry date | |||||||||
| PMError.BridgeError | CC_INVALID_EXP_MONTH | For credit cards: invalid expiry month | |||||||||
| PMError.BridgeError | CC_INVALID_EXP_YEAR | For credit cards: invalid expiry year | |||||||||
| PMError.BridgeError | INVALID_HOLDER | For credit cards: invalid cardholder.For direct debit: invalid account holder | |||||||||
| PMError.BridgeError | INVALID_NUMBER | For credit cards: invalid card number.For direct debit: invalid account number | |||||||||
| PMError.BridgeError | UNKNOWN | The error message cannot be mapped to any enum. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
For credit cards: invalid cardholder.For direct debit: invalid account holder
For credit cards: invalid card number.For direct debit: invalid account number
The error message cannot be mapped to any enum. There is no usefull information to show the end user. Detailed (developer) message will be included in PMError#getMessage()