public static final enum

PMError.BridgeError

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

Class Overview

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

Summary

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
static PMError.BridgeError valueOf(String name)
final static BridgeError[] 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.BridgeError CC_INVALID_CVC

For credit cards: invalid secuirty code

public static final PMError.BridgeError CC_INVALID_EXPIRY

For credit cards: invalid card epiry date

public static final PMError.BridgeError CC_INVALID_EXP_MONTH

For credit cards: invalid expiry month

public static final PMError.BridgeError CC_INVALID_EXP_YEAR

For credit cards: invalid expiry year

public static final PMError.BridgeError INVALID_HOLDER

For credit cards: invalid cardholder.For direct debit: invalid account holder

public static final PMError.BridgeError INVALID_NUMBER

For credit cards: invalid card number.For direct debit: invalid account number

public static final PMError.BridgeError 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.BridgeError valueOf (String name)

public static final BridgeError[] values ()