|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.ChargingError
Indicates the error that occurred.
Field Summary | |
static int |
_CHS_ERR_ACCOUNT
Merchant account unknown. |
static int |
_CHS_ERR_CONFIRMATION_REQUIRED
A user confirmation is required, but couldn't be obtained by the SCS. |
static int |
_CHS_ERR_CURRENCY
This currency is not supported for this transaction. |
static int |
_CHS_ERR_NO_CREDIT
For some reason the application is not allowed to pay this user. |
static int |
_CHS_ERR_NO_DEBIT
For some reason the application is not allowed to get money from this user. |
static int |
_CHS_ERR_NO_EXTEND
Request to extend the lifetime of a reservation is rejected. |
static int |
_CHS_ERR_PARAMETER
The set of charging parameters contains an unknown parameter, or a required parameter is missing. |
static int |
_CHS_ERR_RESERVATION_LIMIT
This amount or volume violates the bounds of the reservation. |
static int |
_CHS_ERR_UNDEFINED
Generic error. |
static int |
_CHS_ERR_USER
Unknown user. |
static int |
_CHS_ERR_VOLUMES
Required volumes are missing. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_ACCOUNT
Merchant account unknown. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_CONFIRMATION_REQUIRED
A user confirmation is required, but couldn't be obtained by the SCS. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_CURRENCY
This currency is not supported for this transaction. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_NO_CREDIT
For some reason the application is not allowed to pay this user. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_NO_DEBIT
For some reason the application is not allowed to get money from this user. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_NO_EXTEND
Request to extend the lifetime of a reservation is rejected. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_PARAMETER
The set of charging parameters contains an unknown parameter, or a required parameter is missing. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_RESERVATION_LIMIT
This amount or volume violates the bounds of the reservation. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_UNDEFINED
Generic error. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_USER
Unknown user. |
static org.csapi.jr.se.cs.ChargingError |
CHS_ERR_VOLUMES
Required volumes are missing. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
static org.csapi.jr.se.cs.ChargingError |
getObject(int value)
Accepts values in the range of 0 to 10 |
int |
getValue()
Number representing enum type |
java.lang.String |
getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object |
int |
hashCode()
Returns a hashcode value for the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _CHS_ERR_UNDEFINED
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_UNDEFINED
public static final int _CHS_ERR_ACCOUNT
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_ACCOUNT
public static final int _CHS_ERR_USER
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_USER
public static final int _CHS_ERR_PARAMETER
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_PARAMETER
public static final int _CHS_ERR_NO_DEBIT
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_NO_DEBIT
public static final int _CHS_ERR_NO_CREDIT
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_NO_CREDIT
public static final int _CHS_ERR_VOLUMES
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_VOLUMES
public static final int _CHS_ERR_CURRENCY
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_CURRENCY
public static final int _CHS_ERR_NO_EXTEND
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_NO_EXTEND
public static final int _CHS_ERR_RESERVATION_LIMIT
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_RESERVATION_LIMIT
public static final int _CHS_ERR_CONFIRMATION_REQUIRED
public static final org.csapi.jr.se.cs.ChargingError CHS_ERR_CONFIRMATION_REQUIRED
Method Detail |
public int getValue()
public java.lang.String getValueText()
public static org.csapi.jr.se.cs.ChargingError getObject(int value) throws InvalidEnumValueException
value
- number representing type of object, this is defined within the class
InvalidEnumValueException
- thrown if invalid value is passed into methodpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |