public static final enum

PMError.SafeStoreError

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.paymill.android.service.PMError.SafeStoreError

Class Overview

The type of the safe store error.
Note: This list does not contain all messages, rather messages

Summary

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
static PMError.SafeStoreError valueOf(String name)
final static SafeStoreError[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PMError.SafeStoreError SAFE_STORE_BLOCKED

Safe store: password blocked

public static final PMError.SafeStoreError SAFE_STORE_INCORRECT_PASSWORD

Safe store: incorrect password

public static final PMError.SafeStoreError UNKNOWN

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()

Public Methods

public static PMError.SafeStoreError valueOf (String name)

public static final SafeStoreError[] values ()