java.lang.Object | |
↳ | com.samsung.android.knox.mpos.MPOSError |
These constants indicate the possible error code related to an operation.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ERROR_COMMUNICATION_FAILED | errorCodes to indicate communication fail. | |||||||||
int | ERROR_DEVICE_INTEGRITY | errorCodes to indicate device integrity fail. | |||||||||
int | ERROR_DEVICE_INTERNAL | errorCodes to indicate device error. | |||||||||
int | ERROR_DEVICE_NOT_SUPPORTED | errorCodes to indicate device is not supported. | |||||||||
int | ERROR_FAIL | errorCodes to indicate failure for specific request. | |||||||||
int | ERROR_FILE_NOT_EXIST | errorCodes to indicate file doesn't exist. | |||||||||
int | ERROR_FUNCTION_NOT_SUPPORTED | errorCodes to indicate the request function is not supported. | |||||||||
int | ERROR_INPUT_PIN_LENGTH_SHORT | errorCodes to indicate inputted pin is too short. | |||||||||
int | ERROR_INVALID_BACKGROUND_IMAGE | errorCodes to indicate invalid image of background image. | |||||||||
int | ERROR_INVALID_INPUT | errorCodes to indicate invalid input. | |||||||||
int | ERROR_INVALID_NONCE | errorCodes to indicate invalid nonce. | |||||||||
int | ERROR_INVALID_PAYMENT_INFO | errorCodes to indicate invalid payment info. | |||||||||
int | ERROR_INVALID_PIN | errorCodes to indicate invalid pin. | |||||||||
int | ERROR_INVALID_PINBOX_IMAGE | errorCodes to indicate invalid image of pinbox. | |||||||||
int | ERROR_INVALID_PINDOT_IMAGE | errorCodes to indicate invalid image of pindot. | |||||||||
int | ERROR_INVALID_PINPAD_IMAGE | errorCodes to indicate invalid image of pinpad. | |||||||||
int | ERROR_INVALID_SOFTKEY_IMAGE | errorCodes to indicate invalid image of softkey. | |||||||||
int | ERROR_NONE | indicate success. | |||||||||
int | ERROR_NOT_EXIST | errorCodes to indicate target doesn't exist. | |||||||||
int | ERROR_PERMISSION_DENIED | errorCodes to indicate permission denied. | |||||||||
int | ERROR_UNKNOWN | errorCodes to indicate unknown error. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
API to get errorCode
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
errorCodes to indicate communication fail.
errorCodes to indicate device integrity fail.
errorCodes to indicate device error.
errorCodes to indicate device is not supported.
errorCodes to indicate failure for specific request.
errorCodes to indicate file doesn't exist.
errorCodes to indicate the request function is not supported.
errorCodes to indicate inputted pin is too short.
errorCodes to indicate invalid image of background image.
errorCodes to indicate invalid input.
errorCodes to indicate invalid nonce.
errorCodes to indicate invalid payment info.
errorCodes to indicate invalid pin.
errorCodes to indicate invalid image of pinbox.
errorCodes to indicate invalid image of pindot.
errorCodes to indicate invalid image of pinpad.
errorCodes to indicate invalid image of softkey.
indicate success.
errorCodes to indicate target doesn't exist.
errorCodes to indicate permission denied.
errorCodes to indicate unknown error.
API to get errorCode