| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.paymill.android.service.PMError.SafeStoreError | |
The type of the safe store error.
Note: This list does not contain all messages, rather messages
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PMError.SafeStoreError | SAFE_STORE_BLOCKED | Safe store: password blocked | |||||||||
| PMError.SafeStoreError | SAFE_STORE_INCORRECT_PASSWORD | Safe store: incorrect password | |||||||||
| PMError.SafeStoreError | 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
| |||||||||||
Safe store: incorrect password
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()