public class PCError
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static int | PC_ERROR_ACTIVATION_CODE_EMPTYActivation code is empty | 
| static int | PC_ERROR_ACTIVATION_CODE_INCORRECTActivation code incorrect | 
| static int | PC_ERROR_ACTIVATION_REQUIREDActivation code required | 
| static int | PC_ERROR_ALIEN_TRANSACTION_IN_OPERATIONThe list contains some transaction which does not present in the operation | 
| static int | PC_ERROR_AUTOSIGN_DISABLEDAutosign disabled in user's or transaction's settings, or there is getScoringSettings error | 
| static int | PC_ERROR_BACKUP_DATA_CORRUPTEDWrong format (missing fields) in backup data | 
| static int | PC_ERROR_EXT_AUTH_NOT_FOUNDExtended authentication data not found | 
| static int | PC_ERROR_GENERALUndefined error. | 
| static int | PC_ERROR_HARDWARE_DECRYPTIONError extracting data from hardware storage. | 
| static int | PC_ERROR_INVALID_METHOD_USAGEMethod is used in inappropriate way | 
| static int | PC_ERROR_INVALID_QRData passed in QR code has incorrect format | 
| static int | PC_ERROR_KEY_DATE_EXPIREDKeys are expired. | 
| static int | PC_ERROR_KEY_PASS_LENGTH_INVALIDDeprecated.  | 
| static int | PC_ERROR_KEY_SAVE_FAILEDStorage error | 
| static int | PC_ERROR_KEYPAIR_EXISTSKey pair already exists | 
| static int | PC_ERROR_KYC_INAPPROPRIATE_ACTIONThe session status is inappropriate to perform desired action | 
| static int | PC_ERROR_KYC_INAPPROPRIATE_DATA_TO_UPLOADTrying to upload data which is not required by the server | 
| static int | PC_ERROR_KYC_INVALID_HANDLECannot obtain valid handles to authorize request to a KYC Connector | 
| static int | PC_ERROR_KYC_MISSING_DATA_TO_UPLOADSome data required for analysis is missed | 
| static int | PC_ERROR_MAX_RECORDS_COUNT_EXCEEDEDMax records count is 64 | 
| static int | PC_ERROR_MISS_TRANSACTIONS_TO_PROCESSNo transactions mentioned to be processed in operations. | 
| static int | PC_ERROR_MISSING_CMS_AUTHENTICATED_ATTRIBUTESMissing CMS Authenticated Attributes | 
| static int | PC_ERROR_NAME_EMPTYName is empty | 
| static int | PC_ERROR_NAME_EXISTSName not unique | 
| static int | PC_ERROR_NO_VALID_TRANSACTION_TO_LOGINNo transaction id return when requesting from client to log in | 
| static int | PC_ERROR_OKNo error | 
| static int | PC_ERROR_OPERATION_NOT_SUPPORTEDOperation not supported | 
| static int | PC_ERROR_PASS_EMPTYPassword is empty | 
| static int | PC_ERROR_PASS_INCORRECTPassword incorrect | 
| static int | PC_ERROR_PASS_POLICY_MISSMATCHPassword policy mismatch | 
| static int | PC_ERROR_PCUSER_NOT_FOUNDUser not found | 
| static int | PC_ERROR_QR_CODE_EXPIREDScanned QR code has already expired | 
| static int | PC_ERROR_REMOTE_UPDATE_DISABLEDRemote update is disabled for the user | 
| static int | PC_ERROR_SCORING_DISABLEDScoring disabled in user's settings | 
| static int | PC_ERROR_SCORING_INIT_ERRORScoring initialization error | 
| static int | PC_ERROR_SCORING_NOT_INITIALIZEDScoring has not been started | 
| static int | PC_ERROR_SCORING_UNAVAILABLEScoring has not been started | 
| static int | PC_ERROR_TRANSACTION_BINARY_DATA_IS_REQUIREDBinary data is required to sign/decline transaction | 
| static int | PC_ERROR_TRANSACTION_BINARY_DATA_UNAVAILABLENo binary data available for target transaction | 
| static int | PC_ERROR_TRANSACTION_DATA_IS_NULLTransaction data is empty | 
| static int | PC_ERROR_UNKNOWN_SYSTEM_IDNo users belonging to provided system id found | 
| static int | PC_ERROR_USER_NOT_READY_TO_SIGNPassword required | 
| static int | PC_ERROR_WRONG_USER_TO_LOGINUser does not belong to the system in which user logs in | 
| Constructor and Description | 
|---|
| PCError(int type)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getMessage()Get error message | 
| int | getType()Get error type | 
| java.lang.String | toString() | 
public static final int PC_ERROR_OK
public static final int PC_ERROR_KEY_DATE_EXPIRED
public static final int PC_ERROR_ACTIVATION_CODE_EMPTY
public static final int PC_ERROR_NAME_EMPTY
public static final int PC_ERROR_PASS_EMPTY
public static final int PC_ERROR_PASS_INCORRECT
public static final int PC_ERROR_KEY_SAVE_FAILED
public static final int PC_ERROR_GENERAL
public static final int PC_ERROR_NAME_EXISTS
@Deprecated public static final int PC_ERROR_KEY_PASS_LENGTH_INVALID
public static final int PC_ERROR_MAX_RECORDS_COUNT_EXCEEDED
public static final int PC_ERROR_PCUSER_NOT_FOUND
public static final int PC_ERROR_ACTIVATION_CODE_INCORRECT
public static final int PC_ERROR_USER_NOT_READY_TO_SIGN
public static final int PC_ERROR_KEYPAIR_EXISTS
public static final int PC_ERROR_OPERATION_NOT_SUPPORTED
public static final int PC_ERROR_HARDWARE_DECRYPTION
public static final int PC_ERROR_PASS_POLICY_MISSMATCH
public static final int PC_ERROR_EXT_AUTH_NOT_FOUND
public static final int PC_ERROR_TRANSACTION_DATA_IS_NULL
public static final int PC_ERROR_ACTIVATION_REQUIRED
public static final int PC_ERROR_SCORING_INIT_ERROR
public static final int PC_ERROR_SCORING_DISABLED
public static final int PC_ERROR_AUTOSIGN_DISABLED
public static final int PC_ERROR_SCORING_NOT_INITIALIZED
public static final int PC_ERROR_SCORING_UNAVAILABLE
public static final int PC_ERROR_UNKNOWN_SYSTEM_ID
public static final int PC_ERROR_QR_CODE_EXPIRED
public static final int PC_ERROR_INVALID_QR
public static final int PC_ERROR_NO_VALID_TRANSACTION_TO_LOGIN
public static final int PC_ERROR_WRONG_USER_TO_LOGIN
public static final int PC_ERROR_TRANSACTION_BINARY_DATA_UNAVAILABLE
public static final int PC_ERROR_TRANSACTION_BINARY_DATA_IS_REQUIRED
public static final int PC_ERROR_BACKUP_DATA_CORRUPTED
public static final int PC_ERROR_REMOTE_UPDATE_DISABLED
public static final int PC_ERROR_ALIEN_TRANSACTION_IN_OPERATION
public static final int PC_ERROR_MISS_TRANSACTIONS_TO_PROCESS
public static final int PC_ERROR_INVALID_METHOD_USAGE
public static final int PC_ERROR_MISSING_CMS_AUTHENTICATED_ATTRIBUTES
public static final int PC_ERROR_KYC_INAPPROPRIATE_ACTION
public static final int PC_ERROR_KYC_MISSING_DATA_TO_UPLOAD
public static final int PC_ERROR_KYC_INAPPROPRIATE_DATA_TO_UPLOAD
public static final int PC_ERROR_KYC_INVALID_HANDLE