public static enum SomManagementWs.ErrorCodes extends Enum<SomManagementWs.ErrorCodes>
Enum Constant and Description |
---|
ACTIVATION_DELETION_FAILED
Deprecated.
This error code is not in use.
|
ACTIVATION_NOT_AFTER_HAS_EXPIRED
The given activation date has expired.
|
ERROR_DECRYPTING_MASTER_SECRET_KEY
Import of token failed because the decryption of the masterSecretKey failed.
|
ERROR_DECRYPTING_TRANSPORT_KEY
Import of token failed because encryptedTransportKey cannot be decrypted.
|
INCOMPLETE_TOKENDATA
Import of token failed because the token does not contain all mandatory values.
|
INTERNAL_SERVER_ERROR
Internal error.
|
INVALID_ACTIVATIONCODE
Deprecated.
This error code is not in use.
|
INVALID_BATCHID
Import of token failed because batchID is not set.
|
INVALID_CERTIFICATE
Export of token failed because masterTransportCertificate is not set or invalid.
|
INVALID_ENCRYPTED_TRANSPORT_KEY
Import of token failed because encryptedTransportKey is not set.
|
INVALID_LOCK_REASON
The given lockReason parameter is null, empty, unknown or one of the system defined lock reason.
|
INVALID_MASTERTRANSPORTKEYPASSWORD
Import of token failed because masterTransportKeyPassword is not set.
|
INVALID_ORDER
Invalid data in OrderInput object
|
INVALID_RANGE
Invalid data in RangeInput object
|
INVALID_TOKENSNR
The given tokenSnr parameter is null or empty.
|
INVALID_USERID
The given userID parameter is null, empty or otherwise invalid.
|
INVALID_VALID_UNTIL
The given validUntil parameter is null.
|
PERMISSION_DENIED
A SOAP-MGT method was called by an operator, whose role does not cover the required permission.
|
SESSION_ID_UNKNOWN
Import / export of token failed because no according session does exist.
|
TOKEN_ALREADY_ASSIGNED_TO_USER
The token according to the given tokenSnr parameter is already assigned to another user.
|
TOKEN_ALREADY_EXISTS
Import of token failed because the token already exist.
|
TOKEN_DOES_NOT_EXIST
The token according to the given tokenSnr parameter does not exist.
|
TOKEN_HEADER_BATCHID_MISMATCH
Import of token failed because the batchID does not match the current session.
|
TOKEN_IMPORT_MASTERKEY_CHECKSUM_INVALID_ERROR
Import of token failed because calculated deviceUniqueKeyChecksum is not equal to imported deviceUniqueKeyChecksum.
|
TOKEN_IMPORT_MASTERKEY_CHECKSUM_PARAMETER_ERROR
Import of token failed because cipherType or deviceUniqueKeyChecksum are invalid.
|
TOKEN_WRONG_STATE
Deprecated.
This error code is not in use.
|
USER_ALREADY_EXISTS
A user does already exist according to the given userID parameter.
|
USER_ALREADY_HAS_MAX_NUMBER_OF_ACTIVATIONDATA
The user has already the maximum number of activation data.
|
USER_ALREADY_HAS_MAX_NUMBER_OF_TOKENS
The given user already has reached the maximum number of token.
|
USER_DOES_NOT_EXIST
No user does exist according to the given userID parameter.
|
USER_HAS_NO_TOKEN_ASSIGNED
The user according to the given userID parameter has no token assigned or the according user does not exist.
|
Modifier and Type | Method and Description |
---|---|
static SomManagementWs.ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SomManagementWs.ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SomManagementWs.ErrorCodes INTERNAL_SERVER_ERROR
public static final SomManagementWs.ErrorCodes PERMISSION_DENIED
public static final SomManagementWs.ErrorCodes SESSION_ID_UNKNOWN
public static final SomManagementWs.ErrorCodes INVALID_USERID
public static final SomManagementWs.ErrorCodes INVALID_TOKENSNR
public static final SomManagementWs.ErrorCodes INVALID_VALID_UNTIL
public static final SomManagementWs.ErrorCodes INVALID_ACTIVATIONCODE
public static final SomManagementWs.ErrorCodes INVALID_ENCRYPTED_TRANSPORT_KEY
public static final SomManagementWs.ErrorCodes INVALID_CERTIFICATE
public static final SomManagementWs.ErrorCodes INVALID_BATCHID
public static final SomManagementWs.ErrorCodes INVALID_MASTERTRANSPORTKEYPASSWORD
public static final SomManagementWs.ErrorCodes USER_ALREADY_HAS_MAX_NUMBER_OF_ACTIVATIONDATA
public static final SomManagementWs.ErrorCodes ACTIVATION_NOT_AFTER_HAS_EXPIRED
public static final SomManagementWs.ErrorCodes ACTIVATION_DELETION_FAILED
public static final SomManagementWs.ErrorCodes ERROR_DECRYPTING_TRANSPORT_KEY
public static final SomManagementWs.ErrorCodes ERROR_DECRYPTING_MASTER_SECRET_KEY
public static final SomManagementWs.ErrorCodes USER_DOES_NOT_EXIST
public static final SomManagementWs.ErrorCodes USER_ALREADY_EXISTS
public static final SomManagementWs.ErrorCodes USER_ALREADY_HAS_MAX_NUMBER_OF_TOKENS
public static final SomManagementWs.ErrorCodes TOKEN_IMPORT_MASTERKEY_CHECKSUM_PARAMETER_ERROR
public static final SomManagementWs.ErrorCodes TOKEN_IMPORT_MASTERKEY_CHECKSUM_INVALID_ERROR
public static final SomManagementWs.ErrorCodes TOKEN_HEADER_BATCHID_MISMATCH
public static final SomManagementWs.ErrorCodes TOKEN_ALREADY_EXISTS
public static final SomManagementWs.ErrorCodes TOKEN_ALREADY_ASSIGNED_TO_USER
public static final SomManagementWs.ErrorCodes TOKEN_WRONG_STATE
public static final SomManagementWs.ErrorCodes TOKEN_DOES_NOT_EXIST
public static final SomManagementWs.ErrorCodes INVALID_LOCK_REASON
public static final SomManagementWs.ErrorCodes INCOMPLETE_TOKENDATA
public static final SomManagementWs.ErrorCodes USER_HAS_NO_TOKEN_ASSIGNED
public static final SomManagementWs.ErrorCodes INVALID_ORDER
public static final SomManagementWs.ErrorCodes INVALID_RANGE
public static SomManagementWs.ErrorCodes[] values()
for (SomManagementWs.ErrorCodes c : SomManagementWs.ErrorCodes.values()) System.out.println(c);
public static SomManagementWs.ErrorCodes valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.