public static enum AsmServicesWs.ErrorCodes extends Enum<AsmServicesWs.ErrorCodes>
Enum Constant and Description |
---|
ACTIVATION_CODE_INVALID
(not in use)
|
ACTIVATION_NOT_AFTER_HAS_EXPIRED
(not in use)
|
ACTIVATION_TIME_INVALID
Activation code's expiration date null or greater than Integer.MAX_VALUE * 1000 - 1 (year 2038 problem in MySql).
|
ATC_INVALID
The passed ATC value is out of allowed range (1 - 65535)
|
BINARY_VALUE_INVALID
The value for a binary property is for some reason invalid (e.g. has length 0).
|
CERT_IS_LOCKED
The device is locked.
|
CERT_IS_OFFLINE
The device is offline.
|
CERTIFICATE_DELETION_PROHIBITED
A device could not be deleted from database.
|
CONNECTION_LOST
Sending data to client failed because TCP is down between server and client.
|
COUNTER_INVALID
(not in use)
|
DEVICE_ACTIVE_NODE_UNKNOWN
(not in use)
|
DEVICE_DELETION_FAILED
Deleting a device from database failed.
|
DEVICE_ID_INVALID
Given deviceId does not hold a positive integer value.
|
DEVICE_NOT_LOGGED_IN
(not in use)
|
DEVICE_PROPERTY_INVALID
The passed DeviceProperty is null.
|
ENTITY_HAS_CHANGED
Internal error: entity was unexpectedly changed in database
|
FILTER_INVALID
The given filter is null, empty or invalid.
|
FLAG_INVALID
Flag value of a property is out of allowed range.
|
GENERAL_ERROR
Internal error.
|
GROUP_DOES_NOT_EXIST
The given group does not exist.
|
HANDLED_BY_OTHER_NODE
(not in use)
|
HANDLING_FAILED
(not in use)
|
ID_TYPE_DOES_NOT_MATCH_OWNER
The passed type of an AstPropertyParam.id does not match to the passed AstPropertyParam.id:
in case of
AstPropertyOwner.OWNER_DEVICE id is an Integer that is equal to the ID of an ASM device
in case of AstPropertyOwner.OWNER_USER and AstPropertyOwner.OWNER_GROUP id is a String
that is equal to the name of the user or group |
IN_MULTIPLE_TRANSACTIONS_MODE_NOT_ALLOWED
When multiple transactions are supported in SSMS, the usage of method 'cancelTransactionEx' is not allowed.
|
IN_WAITING_LIST_DEVICE_NODE_COULD_NOT_BE_INFORMED
(not in use)
|
IN_WAITING_LIST_NOT_HANDLED_BY_OTHER_NODE
(not in use)
|
INVALID_ACTIVATION_NOT_AFTER
(not in use)
|
INVALID_CHARACTERS
The delivered string (e.g. a property key) contains invalid characters.
|
INVALID_ORDER |
INVALID_RANGE |
ISSUERDN_INVALID
(not in use)
|
KEY_INVALID
Key value of a property is null, empty or out of range.
|
LANGUAGE_CODE_INVALID
The provided Locale does not conform ISO standard for 2 chars language strings.
|
LOCK_REASON_INVALID
Lock Reason is null or empty or not configured.
|
NO_ACCESS_TO_PROPERTY
The portal has no access to the requested property.
|
NO_CERT_FOR_CERTHANDLE
- Certificate could not be found for the handle
- No certificate and no user was defined for a message/transaction. |
NO_CERT_FOR_USERID
(not in use)
|
NO_DEVICE_FOR_CERTHANDLE
No device with the given deviceId (similar to certHandle) exists in database.
|
NO_DEVICE_FOR_USERID
The specified user has any device assigned.
|
NO_PIN_SET
Verification of a user's PIN failed, because the user has no PIN.
|
NO_SESSION
No session is associated with the device Id.
|
NO_SESSIONID_FOR_NONCE
No nonce is available for the given sessionId.
|
NO_TRANSACTION_RESULT
No transaction result is available for the given device Id.
|
NO_USER_FOR_CERTHANDLE
A certificate, given by its deviceId (similar to certHandle), is not assigned to a user.
|
NONCE_NOT_PERSISTED
(not in use)
|
NOT_AN_ASM_USER
An action shall be performed for an user, who is not an AsmUser (means: a user defined in module ASM).
|
OFFLINE_RE_SYNC_PARAM_INVALID
The parameter OfflineReSyncParam must not be null.
|
OK
Requested action was successfully processed.
|
OK_IN_WAITING_LIST
-The device is OFFLINE and deviceGoOnlineTimeout is > 0.
|
OTP_INVALID
The given OTP is null, empty, has a wrong size or contains invalid characters.
|
PARAMETER_INVALID
A passed parameter is null, empty or its content is invalid.
|
PARAMETER_MISSING
A required parameter is not passed.
|
PIN_NOT_MINIMUM_LENGTH
Passed PIN does not have the minimum length.
|
PROPERTY_FLAG_MUST_NOT_CHANGE
Deprecated.
- not used
|
PROPERTY_INVALID
The parameter AstProperty must not be null.
|
PROPERTY_IS_READONLY
A property, which is read only, cannot to be updated.
|
PROPERTY_READ_ONLY
A property, which is marked as 'READ_ONLY' cannot be modified.
|
PUSH_NOTIFICATION_MESSAGE_INVALID
Either pushNotificationMessage or pushNotificationPayload must be set.
|
PUSH_NOTIFICATION_NO_DEVICE_MATCH |
PUSH_NOTIFICATION_PARAM_INVALID
The parameter PushNotificationParam must not be null.
|
REMOVED_FROM_WAITING_LIST_DEVICE_NODE_COULD_NOT_BE_INFORMED
(not in use)
|
REQUESTED_CERTIFICATE_NOT_FOUND
Certificate does not exist in SSMS.
|
REQUESTED_DEVICE_PROPERTY_NOT_FOUND
The requested device property does not exist in SSMS.
|
REQUESTED_PROPERTY_NOT_FOUND
The requested property does not exist in SSMS.
|
SEND_FAILED
Sending data to client failed (e.g. data of a transaction).
|
SERIAL_NUMBER_INVALID
(not in use)
|
TEMPLATE_VARIABLES_INVALID
A pushNotification message is not set, but template variables are set.
|
TRANSACTION_IN_WAITING_LIST
(not in use)
|
TRANSACTION_NO_DEVICE_MATCH |
TRANSACTION_PARAM_INVALID |
TRANSACTION_PENDING
A transaction is already processed for the user.
|
TRANSACTION_TEMPLATE_ERROR
An error occurred while resolving the template (e.g. an unknown keyword is used).
|
TYPE_INVALID
Is e.g. thrown, when an action for an virtual device is processed on a hardware device.
|
UNIQUE_PROPERTY_ALREADY_EXIST
A unique property shall be stored a second time.
|
UNKNOWN_OWNER_TYPE
The owner of a property is not specified.
|
UNSUPPORTED_PROPERTY_OWNER
The owner of a property is not known to SSMS.
|
USER_DOES_NOT_EXIST
The user group does not exist.
|
USER_INVALID
The userId is invalid or the user does not exist.
|
USER_IS_LOCKED
The user is locked.
|
USER_NOT_FOUND
User does not exist.
|
USER_PIN_ALREADY_SET
A PIN is already set for the user and will not be overwritten.
|
USERID_INVALID
The user ID is null or empty or the regarding user does not exist.
|
WRONG_PIN
The passed PIN is wrong.
|
Modifier and Type | Method and Description |
---|---|
static AsmServicesWs.ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmServicesWs.ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmServicesWs.ErrorCodes OK
public static final AsmServicesWs.ErrorCodes OK_IN_WAITING_LIST
public static final AsmServicesWs.ErrorCodes GENERAL_ERROR
public static final AsmServicesWs.ErrorCodes FILTER_INVALID
public static final AsmServicesWs.ErrorCodes OTP_INVALID
public static final AsmServicesWs.ErrorCodes PARAMETER_MISSING
public static final AsmServicesWs.ErrorCodes PARAMETER_INVALID
public static final AsmServicesWs.ErrorCodes NO_CERT_FOR_USERID
public static final AsmServicesWs.ErrorCodes NO_CERT_FOR_CERTHANDLE
public static final AsmServicesWs.ErrorCodes CERT_IS_LOCKED
public static final AsmServicesWs.ErrorCodes USER_IS_LOCKED
public static final AsmServicesWs.ErrorCodes USER_INVALID
public static final AsmServicesWs.ErrorCodes CERT_IS_OFFLINE
public static final AsmServicesWs.ErrorCodes TRANSACTION_PENDING
public static final AsmServicesWs.ErrorCodes INVALID_ACTIVATION_NOT_AFTER
public static final AsmServicesWs.ErrorCodes ACTIVATION_NOT_AFTER_HAS_EXPIRED
public static final AsmServicesWs.ErrorCodes NO_TRANSACTION_RESULT
public static final AsmServicesWs.ErrorCodes NO_SESSION
public static final AsmServicesWs.ErrorCodes USERID_INVALID
public static final AsmServicesWs.ErrorCodes LOCK_REASON_INVALID
public static final AsmServicesWs.ErrorCodes USER_NOT_FOUND
public static final AsmServicesWs.ErrorCodes ACTIVATION_TIME_INVALID
public static final AsmServicesWs.ErrorCodes ISSUERDN_INVALID
public static final AsmServicesWs.ErrorCodes SERIAL_NUMBER_INVALID
public static final AsmServicesWs.ErrorCodes REQUESTED_CERTIFICATE_NOT_FOUND
public static final AsmServicesWs.ErrorCodes ACTIVATION_CODE_INVALID
public static final AsmServicesWs.ErrorCodes ENTITY_HAS_CHANGED
public static final AsmServicesWs.ErrorCodes DEVICE_DELETION_FAILED
public static final AsmServicesWs.ErrorCodes CERTIFICATE_DELETION_PROHIBITED
public static final AsmServicesWs.ErrorCodes NO_DEVICE_FOR_CERTHANDLE
public static final AsmServicesWs.ErrorCodes NO_USER_FOR_CERTHANDLE
public static final AsmServicesWs.ErrorCodes SEND_FAILED
public static final AsmServicesWs.ErrorCodes CONNECTION_LOST
public static final AsmServicesWs.ErrorCodes NO_DEVICE_FOR_USERID
public static final AsmServicesWs.ErrorCodes DEVICE_NOT_LOGGED_IN
public static final AsmServicesWs.ErrorCodes DEVICE_PROPERTY_INVALID
public static final AsmServicesWs.ErrorCodes DEVICE_ID_INVALID
public static final AsmServicesWs.ErrorCodes KEY_INVALID
public static final AsmServicesWs.ErrorCodes FLAG_INVALID
public static final AsmServicesWs.ErrorCodes TYPE_INVALID
public static final AsmServicesWs.ErrorCodes BINARY_VALUE_INVALID
public static final AsmServicesWs.ErrorCodes COUNTER_INVALID
public static final AsmServicesWs.ErrorCodes REQUESTED_DEVICE_PROPERTY_NOT_FOUND
public static final AsmServicesWs.ErrorCodes UNIQUE_PROPERTY_ALREADY_EXIST
public static final AsmServicesWs.ErrorCodes PROPERTY_READ_ONLY
public static final AsmServicesWs.ErrorCodes TRANSACTION_TEMPLATE_ERROR
public static final AsmServicesWs.ErrorCodes TRANSACTION_IN_WAITING_LIST
public static final AsmServicesWs.ErrorCodes TRANSACTION_PARAM_INVALID
public static final AsmServicesWs.ErrorCodes PIN_NOT_MINIMUM_LENGTH
public static final AsmServicesWs.ErrorCodes LANGUAGE_CODE_INVALID
public static final AsmServicesWs.ErrorCodes ID_TYPE_DOES_NOT_MATCH_OWNER
AstPropertyOwner.OWNER_DEVICE
id is an Integer
that is equal to the ID of an ASM device
AstPropertyOwner.OWNER_USER
and AstPropertyOwner.OWNER_GROUP
id is a String
that is equal to the name of the user or grouppublic static final AsmServicesWs.ErrorCodes UNKNOWN_OWNER_TYPE
public static final AsmServicesWs.ErrorCodes UNSUPPORTED_PROPERTY_OWNER
public static final AsmServicesWs.ErrorCodes GROUP_DOES_NOT_EXIST
public static final AsmServicesWs.ErrorCodes USER_DOES_NOT_EXIST
public static final AsmServicesWs.ErrorCodes PROPERTY_IS_READONLY
public static final AsmServicesWs.ErrorCodes REQUESTED_PROPERTY_NOT_FOUND
public static final AsmServicesWs.ErrorCodes IN_WAITING_LIST_DEVICE_NODE_COULD_NOT_BE_INFORMED
public static final AsmServicesWs.ErrorCodes HANDLED_BY_OTHER_NODE
public static final AsmServicesWs.ErrorCodes IN_WAITING_LIST_NOT_HANDLED_BY_OTHER_NODE
public static final AsmServicesWs.ErrorCodes HANDLING_FAILED
public static final AsmServicesWs.ErrorCodes DEVICE_ACTIVE_NODE_UNKNOWN
public static final AsmServicesWs.ErrorCodes REMOVED_FROM_WAITING_LIST_DEVICE_NODE_COULD_NOT_BE_INFORMED
public static final AsmServicesWs.ErrorCodes IN_MULTIPLE_TRANSACTIONS_MODE_NOT_ALLOWED
public static final AsmServicesWs.ErrorCodes NO_SESSIONID_FOR_NONCE
public static final AsmServicesWs.ErrorCodes INVALID_CHARACTERS
public static final AsmServicesWs.ErrorCodes OFFLINE_RE_SYNC_PARAM_INVALID
public static final AsmServicesWs.ErrorCodes ATC_INVALID
public static final AsmServicesWs.ErrorCodes NONCE_NOT_PERSISTED
public static final AsmServicesWs.ErrorCodes PUSH_NOTIFICATION_PARAM_INVALID
public static final AsmServicesWs.ErrorCodes PUSH_NOTIFICATION_MESSAGE_INVALID
public static final AsmServicesWs.ErrorCodes PUSH_NOTIFICATION_NO_DEVICE_MATCH
public static final AsmServicesWs.ErrorCodes TEMPLATE_VARIABLES_INVALID
public static final AsmServicesWs.ErrorCodes PROPERTY_INVALID
@Deprecated public static final AsmServicesWs.ErrorCodes PROPERTY_FLAG_MUST_NOT_CHANGE
public static final AsmServicesWs.ErrorCodes WRONG_PIN
public static final AsmServicesWs.ErrorCodes NO_PIN_SET
public static final AsmServicesWs.ErrorCodes NOT_AN_ASM_USER
public static final AsmServicesWs.ErrorCodes NO_ACCESS_TO_PROPERTY
public static final AsmServicesWs.ErrorCodes INVALID_RANGE
public static final AsmServicesWs.ErrorCodes INVALID_ORDER
public static final AsmServicesWs.ErrorCodes USER_PIN_ALREADY_SET
public static final AsmServicesWs.ErrorCodes TRANSACTION_NO_DEVICE_MATCH
public static AsmServicesWs.ErrorCodes[] values()
for (AsmServicesWs.ErrorCodes c : AsmServicesWs.ErrorCodes.values()) System.out.println(c);
public static AsmServicesWs.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.