Enum IdAuthenticationErrorConstants
- java.lang.Object
-
- java.lang.Enum<IdAuthenticationErrorConstants>
-
- io.mosip.authentication.core.constant.IdAuthenticationErrorConstants
-
- All Implemented Interfaces:
Serializable,Comparable<IdAuthenticationErrorConstants>
public enum IdAuthenticationErrorConstants extends Enum<IdAuthenticationErrorConstants>
List of all IDA error codes and its respective error messages.- Author:
- Manoj SP, Nagarjuna K
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionMessage()static Optional<String>getActionMessageForErrorCode(String errorCode)StringgetErrorCode()Getter for errorCodeStringgetErrorMessage()Getter for errorMessagestatic IdAuthenticationErrorConstantsvalueOf(String name)Returns the enum constant of this type with the specified name.static IdAuthenticationErrorConstants[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OTP_REQUEST_FLOODED
public static final IdAuthenticationErrorConstants OTP_REQUEST_FLOODED
-
OTP_GENERATION_FAILED
public static final IdAuthenticationErrorConstants OTP_GENERATION_FAILED
-
EXPIRED_OTP
public static final IdAuthenticationErrorConstants EXPIRED_OTP
-
INVALID_OTP
public static final IdAuthenticationErrorConstants INVALID_OTP
-
INVALID_TXN_ID
public static final IdAuthenticationErrorConstants INVALID_TXN_ID
-
BLOCKED_OTP_GENERATE
public static final IdAuthenticationErrorConstants BLOCKED_OTP_GENERATE
-
BLOCKED_OTP_VALIDATE
public static final IdAuthenticationErrorConstants BLOCKED_OTP_VALIDATE
-
OTP_CHANNEL_NOT_PROVIDED
public static final IdAuthenticationErrorConstants OTP_CHANNEL_NOT_PROVIDED
-
OTP_CHANNEL_NOT_CONFIGURED
public static final IdAuthenticationErrorConstants OTP_CHANNEL_NOT_CONFIGURED
-
OTP_AUTH_IDTYPE_MISMATCH
public static final IdAuthenticationErrorConstants OTP_AUTH_IDTYPE_MISMATCH
-
PARTNER_ID_MISMATCH
public static final IdAuthenticationErrorConstants PARTNER_ID_MISMATCH
-
OTP_REQUEST_REQUIRED
public static final IdAuthenticationErrorConstants OTP_REQUEST_REQUIRED
-
OTP_FROZEN
public static final IdAuthenticationErrorConstants OTP_FROZEN
-
INVALID_TIMESTAMP
public static final IdAuthenticationErrorConstants INVALID_TIMESTAMP
-
INVALID_UIN
public static final IdAuthenticationErrorConstants INVALID_UIN
-
UIN_DEACTIVATED
public static final IdAuthenticationErrorConstants UIN_DEACTIVATED
-
INVALID_VID
public static final IdAuthenticationErrorConstants INVALID_VID
-
EXPIRED_VID
public static final IdAuthenticationErrorConstants EXPIRED_VID
-
MISSING_INPUT_PARAMETER
public static final IdAuthenticationErrorConstants MISSING_INPUT_PARAMETER
-
UNABLE_TO_PROCESS
public static final IdAuthenticationErrorConstants UNABLE_TO_PROCESS
-
NO_AUTHENTICATION_TYPE_SELECTED_IN_REQUEST
public static final IdAuthenticationErrorConstants NO_AUTHENTICATION_TYPE_SELECTED_IN_REQUEST
-
INVALID_INPUT_PARAMETER
public static final IdAuthenticationErrorConstants INVALID_INPUT_PARAMETER
-
VID_DEACTIVATED_UIN
public static final IdAuthenticationErrorConstants VID_DEACTIVATED_UIN
-
AUTH_TYPE_NOT_SUPPORTED
public static final IdAuthenticationErrorConstants AUTH_TYPE_NOT_SUPPORTED
-
CONSENT_NOT_AVAILABLE
public static final IdAuthenticationErrorConstants CONSENT_NOT_AVAILABLE
-
MISSING_AUTHTYPE
public static final IdAuthenticationErrorConstants MISSING_AUTHTYPE
-
PHONE_EMAIL_NOT_REGISTERED
public static final IdAuthenticationErrorConstants PHONE_EMAIL_NOT_REGISTERED
-
IDENTITYTYPE_NOT_ALLOWED
public static final IdAuthenticationErrorConstants IDENTITYTYPE_NOT_ALLOWED
-
INVALID_TXNID_BIO
public static final IdAuthenticationErrorConstants INVALID_TXNID_BIO
-
INVALID_USERID
public static final IdAuthenticationErrorConstants INVALID_USERID
-
ID_NOT_AVAILABLE
public static final IdAuthenticationErrorConstants ID_NOT_AVAILABLE
-
AUTH_TYPE_LOCKED
public static final IdAuthenticationErrorConstants AUTH_TYPE_LOCKED
-
FAILED_TO_ENCRYPT
public static final IdAuthenticationErrorConstants FAILED_TO_ENCRYPT
-
FAILED_TO_FETCH_KEY
public static final IdAuthenticationErrorConstants FAILED_TO_FETCH_KEY
-
UIN_DEACTIVATED_BLOCKED
public static final IdAuthenticationErrorConstants UIN_DEACTIVATED_BLOCKED
-
VID_EXPIRED_DEACTIVATED_REVOKED
public static final IdAuthenticationErrorConstants VID_EXPIRED_DEACTIVATED_REVOKED
-
INPUT_MISMATCH
public static final IdAuthenticationErrorConstants INPUT_MISMATCH
-
PARTNER_CERT_NOT_AVAILABLE
public static final IdAuthenticationErrorConstants PARTNER_CERT_NOT_AVAILABLE
-
IDVID_DEACTIVATED_BLOCKED
public static final IdAuthenticationErrorConstants IDVID_DEACTIVATED_BLOCKED
-
INVALID_BIO_TIMESTAMP
public static final IdAuthenticationErrorConstants INVALID_BIO_TIMESTAMP
-
INVALID_BIO_DIGITALID_TIMESTAMP
public static final IdAuthenticationErrorConstants INVALID_BIO_DIGITALID_TIMESTAMP
-
DEMOGRAPHIC_DATA_MISMATCH_LANG
public static final IdAuthenticationErrorConstants DEMOGRAPHIC_DATA_MISMATCH_LANG
-
DEMO_DATA_MISMATCH
public static final IdAuthenticationErrorConstants DEMO_DATA_MISMATCH
-
UNSUPPORTED_LANGUAGE
public static final IdAuthenticationErrorConstants UNSUPPORTED_LANGUAGE
-
DEMO_MISSING
public static final IdAuthenticationErrorConstants DEMO_MISSING
-
DEMO_MISSING_LANG
public static final IdAuthenticationErrorConstants DEMO_MISSING_LANG
-
BIO_MISMATCH
public static final IdAuthenticationErrorConstants BIO_MISMATCH
-
DUPLICATE_FINGER
public static final IdAuthenticationErrorConstants DUPLICATE_FINGER
-
FINGER_EXCEEDING
public static final IdAuthenticationErrorConstants FINGER_EXCEEDING
-
INVALID_DEVICEID
public static final IdAuthenticationErrorConstants INVALID_DEVICEID
-
INVALID_PROVIDERID
public static final IdAuthenticationErrorConstants INVALID_PROVIDERID
-
BIOMETRIC_MISSING
public static final IdAuthenticationErrorConstants BIOMETRIC_MISSING
-
DUPLICATE_IRIS
public static final IdAuthenticationErrorConstants DUPLICATE_IRIS
-
IRIS_EXCEEDING
public static final IdAuthenticationErrorConstants IRIS_EXCEEDING
-
FACE_EXCEEDING
public static final IdAuthenticationErrorConstants FACE_EXCEEDING
-
FINGER_EXCEEDING_FMR
public static final IdAuthenticationErrorConstants FINGER_EXCEEDING_FMR
-
INVALID_BIOMETRIC
public static final IdAuthenticationErrorConstants INVALID_BIOMETRIC
-
INVALID_MDS
public static final IdAuthenticationErrorConstants INVALID_MDS
-
INVALID_HASH
public static final IdAuthenticationErrorConstants INVALID_HASH
-
INVALID_SIGNATURE
public static final IdAuthenticationErrorConstants INVALID_SIGNATURE
-
QUALITY_CHECK_FAILED
public static final IdAuthenticationErrorConstants QUALITY_CHECK_FAILED
-
BIO_MATCH_FAILED_TO_PERFORM
public static final IdAuthenticationErrorConstants BIO_MATCH_FAILED_TO_PERFORM
-
UNABLE_TO_PROCESS_BIO
public static final IdAuthenticationErrorConstants UNABLE_TO_PROCESS_BIO
-
BINDED_KEY_NOT_FOUND
public static final IdAuthenticationErrorConstants BINDED_KEY_NOT_FOUND
-
BINDED_TOKEN_EXPIRED
public static final IdAuthenticationErrorConstants BINDED_TOKEN_EXPIRED
-
ERROR_TOKEN_VERIFICATION
public static final IdAuthenticationErrorConstants ERROR_TOKEN_VERIFICATION
-
INVALID_ENCRYPT_EKYC_RESPONSE
public static final IdAuthenticationErrorConstants INVALID_ENCRYPT_EKYC_RESPONSE
-
INVALID_REQ_PRINT_FORMAT
public static final IdAuthenticationErrorConstants INVALID_REQ_PRINT_FORMAT
-
PIN_MISMATCH
public static final IdAuthenticationErrorConstants PIN_MISMATCH
-
PIN_NOT_STORED
public static final IdAuthenticationErrorConstants PIN_NOT_STORED
-
DSIGN_FALIED
public static final IdAuthenticationErrorConstants DSIGN_FALIED
-
INVALID_CERTIFICATE
public static final IdAuthenticationErrorConstants INVALID_CERTIFICATE
-
INVALID_ENCRYPTION
public static final IdAuthenticationErrorConstants INVALID_ENCRYPTION
-
PUBLICKEY_EXPIRED
public static final IdAuthenticationErrorConstants PUBLICKEY_EXPIRED
-
OTPREQUEST_NOT_ALLOWED
public static final IdAuthenticationErrorConstants OTPREQUEST_NOT_ALLOWED
-
AUTHTYPE_NOT_ALLOWED
public static final IdAuthenticationErrorConstants AUTHTYPE_NOT_ALLOWED
-
INVALID_LICENSEKEY
public static final IdAuthenticationErrorConstants INVALID_LICENSEKEY
-
LICENSEKEY_EXPIRED
public static final IdAuthenticationErrorConstants LICENSEKEY_EXPIRED
-
PARTNER_NOT_REGISTERED
public static final IdAuthenticationErrorConstants PARTNER_NOT_REGISTERED
-
PARTNER_NOT_MAPPED
public static final IdAuthenticationErrorConstants PARTNER_NOT_MAPPED
-
LICENSEKEY_SUSPENDED
public static final IdAuthenticationErrorConstants LICENSEKEY_SUSPENDED
-
PARTNER_DEACTIVATED
public static final IdAuthenticationErrorConstants PARTNER_DEACTIVATED
-
UNAUTHORISED_PARTNER
public static final IdAuthenticationErrorConstants UNAUTHORISED_PARTNER
-
PARTNER_POLICY_NOTMAPPED
public static final IdAuthenticationErrorConstants PARTNER_POLICY_NOTMAPPED
-
AUTHTYPE_MANDATORY
public static final IdAuthenticationErrorConstants AUTHTYPE_MANDATORY
-
INVALID_POLICY_ID
public static final IdAuthenticationErrorConstants INVALID_POLICY_ID
-
PARTNER_POLICY_NOT_ACTIVE
public static final IdAuthenticationErrorConstants PARTNER_POLICY_NOT_ACTIVE
-
PARTNER_CERTIFICATE_NOT_FOUND
public static final IdAuthenticationErrorConstants PARTNER_CERTIFICATE_NOT_FOUND
-
PARTNER_CERTIFICATE_NOT_MATCHED
public static final IdAuthenticationErrorConstants PARTNER_CERTIFICATE_NOT_MATCHED
-
PARTNER_CERTIFICATE_NOT_FOUND_IN_REQ_HEADER
public static final IdAuthenticationErrorConstants PARTNER_CERTIFICATE_NOT_FOUND_IN_REQ_HEADER
-
MISP_POLICY_NOT_FOUND
public static final IdAuthenticationErrorConstants MISP_POLICY_NOT_FOUND
-
OIDC_CLIENT_NOT_FOUND
public static final IdAuthenticationErrorConstants OIDC_CLIENT_NOT_FOUND
-
UNAUTHORISED_KYC_AUTH_PARTNER
public static final IdAuthenticationErrorConstants UNAUTHORISED_KYC_AUTH_PARTNER
-
UNAUTHORISED_KYC_EXCHANGE_PARTNER
public static final IdAuthenticationErrorConstants UNAUTHORISED_KYC_EXCHANGE_PARTNER
-
OIDC_CLIENT_DEACTIVATED
public static final IdAuthenticationErrorConstants OIDC_CLIENT_DEACTIVATED
-
OIDC_CLIENT_NOT_REGISTERED
public static final IdAuthenticationErrorConstants OIDC_CLIENT_NOT_REGISTERED
-
OIDC_CLIENT_AUTHTYPE_NOT_ALLOWED
public static final IdAuthenticationErrorConstants OIDC_CLIENT_AUTHTYPE_NOT_ALLOWED
-
KYC_AUTH_NOT_ALLOWED
public static final IdAuthenticationErrorConstants KYC_AUTH_NOT_ALLOWED
-
KYC_EXCHANGE_NOT_ALLOWED
public static final IdAuthenticationErrorConstants KYC_EXCHANGE_NOT_ALLOWED
-
KEY_BINDING_NOT_ALLOWED
public static final IdAuthenticationErrorConstants KEY_BINDING_NOT_ALLOWED
-
UNAUTHORISED_KEY_BINDING_PARTNER
public static final IdAuthenticationErrorConstants UNAUTHORISED_KEY_BINDING_PARTNER
-
KEY_BINDING_MISSING
public static final IdAuthenticationErrorConstants KEY_BINDING_MISSING
-
KEY_BINDING_CHECK_FAILED
public static final IdAuthenticationErrorConstants KEY_BINDING_CHECK_FAILED
-
UNAUTHORISED_VCI_EXCHANGE_PARTNER
public static final IdAuthenticationErrorConstants UNAUTHORISED_VCI_EXCHANGE_PARTNER
-
VCI_EXCHANGE_NOT_ALLOWED
public static final IdAuthenticationErrorConstants VCI_EXCHANGE_NOT_ALLOWED
-
URI_PATH_PARAMS_MISSING
public static final IdAuthenticationErrorConstants URI_PATH_PARAMS_MISSING
-
PARTNER_API_EXPIRED
public static final IdAuthenticationErrorConstants PARTNER_API_EXPIRED
-
DATA_VALIDATION_FAILED
public static final IdAuthenticationErrorConstants DATA_VALIDATION_FAILED
-
INVALID_URI
public static final IdAuthenticationErrorConstants INVALID_URI
-
INVALID_HTTP_METHOD
public static final IdAuthenticationErrorConstants INVALID_HTTP_METHOD
-
INVALID_RETURN_TYPE
public static final IdAuthenticationErrorConstants INVALID_RETURN_TYPE
-
INVALID_REST_SERVICE
public static final IdAuthenticationErrorConstants INVALID_REST_SERVICE
-
INVALID_TIMEOUT
public static final IdAuthenticationErrorConstants INVALID_TIMEOUT
-
CLIENT_ERROR
public static final IdAuthenticationErrorConstants CLIENT_ERROR
-
SERVER_ERROR
public static final IdAuthenticationErrorConstants SERVER_ERROR
-
CONNECTION_TIMED_OUT
public static final IdAuthenticationErrorConstants CONNECTION_TIMED_OUT
-
DOWNLOAD_ERROR
public static final IdAuthenticationErrorConstants DOWNLOAD_ERROR
-
HMAC_VALIDATION_FAILED
public static final IdAuthenticationErrorConstants HMAC_VALIDATION_FAILED
-
DEVICE_VERIFICATION_FAILED
public static final IdAuthenticationErrorConstants DEVICE_VERIFICATION_FAILED
-
MDS_VERIFICATION_FAILED
public static final IdAuthenticationErrorConstants MDS_VERIFICATION_FAILED
-
DEVICE_TYPE_BIO_TYPE_NOT_MATCH
public static final IdAuthenticationErrorConstants DEVICE_TYPE_BIO_TYPE_NOT_MATCH
-
PARTNER_NOT_ACTIVE
public static final IdAuthenticationErrorConstants PARTNER_NOT_ACTIVE
-
PARTNER_NOT_MAPPED_TO_POLICY
public static final IdAuthenticationErrorConstants PARTNER_NOT_MAPPED_TO_POLICY
-
MISP_LICENSE_KEY_NOT_EXISTS
public static final IdAuthenticationErrorConstants MISP_LICENSE_KEY_NOT_EXISTS
-
MISP_LICENSE_KEY_EXPIRED
public static final IdAuthenticationErrorConstants MISP_LICENSE_KEY_EXPIRED
-
PARTNER_NOT_REGISTRED
public static final IdAuthenticationErrorConstants PARTNER_NOT_REGISTRED
-
MISP_IS_BLOCKED
public static final IdAuthenticationErrorConstants MISP_IS_BLOCKED
-
POLICY_DATA_NOT_FOUND_EVENT_DATA
public static final IdAuthenticationErrorConstants POLICY_DATA_NOT_FOUND_EVENT_DATA
-
PARTNER_DATA_NOT_FOUND_EVENT_DATA
public static final IdAuthenticationErrorConstants PARTNER_DATA_NOT_FOUND_EVENT_DATA
-
OIDC_CLIENT_DATA_NOT_FOUND_EVENT_DATA
public static final IdAuthenticationErrorConstants OIDC_CLIENT_DATA_NOT_FOUND_EVENT_DATA
-
OIDC_CLIENT_DATA_ALREADY_EXIST
public static final IdAuthenticationErrorConstants OIDC_CLIENT_DATA_ALREADY_EXIST
-
OIDC_CLIENT_DATA_INVALID_PARTNER
public static final IdAuthenticationErrorConstants OIDC_CLIENT_DATA_INVALID_PARTNER
-
UIN_VAL_ILLEGAL_LENGTH
public static final IdAuthenticationErrorConstants UIN_VAL_ILLEGAL_LENGTH
-
UIN_VAL_ILLEGAL_CHECKSUM
public static final IdAuthenticationErrorConstants UIN_VAL_ILLEGAL_CHECKSUM
-
VID_VAL_ILLEGAL_LENGTH
public static final IdAuthenticationErrorConstants VID_VAL_ILLEGAL_LENGTH
-
VID_VAL_ILLEGAL_CHECKSUM
public static final IdAuthenticationErrorConstants VID_VAL_ILLEGAL_CHECKSUM
-
KYC_TOKEN_NOT_FOUND
public static final IdAuthenticationErrorConstants KYC_TOKEN_NOT_FOUND
-
KYC_TOKEN_EXPIRED
public static final IdAuthenticationErrorConstants KYC_TOKEN_EXPIRED
-
KYC_TOKEN_ALREADY_PROCESSED
public static final IdAuthenticationErrorConstants KYC_TOKEN_ALREADY_PROCESSED
-
KYC_TOKEN_INVALID_OIDC_CLIENT_ID
public static final IdAuthenticationErrorConstants KYC_TOKEN_INVALID_OIDC_CLIENT_ID
-
KYC_TOKEN_INVALID_TRANSACTION_ID
public static final IdAuthenticationErrorConstants KYC_TOKEN_INVALID_TRANSACTION_ID
-
PARTNER_POLICY_NOT_FOUND
public static final IdAuthenticationErrorConstants PARTNER_POLICY_NOT_FOUND
-
KYC_TOKEN_INVALID_UIN_VID
public static final IdAuthenticationErrorConstants KYC_TOKEN_INVALID_UIN_VID
-
ID_KEY_BINDING_NOT_ALLOWED
public static final IdAuthenticationErrorConstants ID_KEY_BINDING_NOT_ALLOWED
-
CREATE_PUBLIC_KEY_OBJECT_ERROR
public static final IdAuthenticationErrorConstants CREATE_PUBLIC_KEY_OBJECT_ERROR
-
PUBLIC_KEY_BINDING_NOT_ALLOWED
public static final IdAuthenticationErrorConstants PUBLIC_KEY_BINDING_NOT_ALLOWED
-
IDENTITY_NAME_NOT_FOUND
public static final IdAuthenticationErrorConstants IDENTITY_NAME_NOT_FOUND
-
CREATE_CERTIFICATE_OBJECT_ERROR
public static final IdAuthenticationErrorConstants CREATE_CERTIFICATE_OBJECT_ERROR
-
TOKEN_AUTH_IDTYPE_MISMATCH
public static final IdAuthenticationErrorConstants TOKEN_AUTH_IDTYPE_MISMATCH
-
KEY_TYPE_NOT_SUPPORT
public static final IdAuthenticationErrorConstants KEY_TYPE_NOT_SUPPORT
-
CREATE_VCI_PUBLIC_KEY_OBJECT_ERROR
public static final IdAuthenticationErrorConstants CREATE_VCI_PUBLIC_KEY_OBJECT_ERROR
-
KEY_ALREADY_MAPPED_ERROR
public static final IdAuthenticationErrorConstants KEY_ALREADY_MAPPED_ERROR
-
VCI_NOT_SUPPORTED_ERROR
public static final IdAuthenticationErrorConstants VCI_NOT_SUPPORTED_ERROR
-
LDP_VC_GENERATION_FAILED
public static final IdAuthenticationErrorConstants LDP_VC_GENERATION_FAILED
-
PASSWORD_MISMATCH
public static final IdAuthenticationErrorConstants PASSWORD_MISMATCH
-
PASSWORD_MISSING
public static final IdAuthenticationErrorConstants PASSWORD_MISSING
-
-
Method Detail
-
values
public static IdAuthenticationErrorConstants[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IdAuthenticationErrorConstants c : IdAuthenticationErrorConstants.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IdAuthenticationErrorConstants valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getErrorCode
public String getErrorCode()
Getter for errorCode- Returns:
- the errorCode
-
getErrorMessage
public String getErrorMessage()
Getter for errorMessage- Returns:
- the errorMessage
-
getActionMessage
public String getActionMessage()
-
-