public static enum KernelServicesWs.ErrorCodes extends Enum<KernelServicesWs.ErrorCodes>
Enum Constant and Description |
---|
BINARY_VALUE_INVALID
The given binary value is null, out of range (for type INTEGER)
or cannot be parsed (for type Date).
|
FLAG_INVALID
The given flag is out of range.
|
GENERAL_ERROR
Internal error.
|
GROUP_DOES_NOT_EXIST
The given group does not exist.
|
GROUP_NOT_FOUND
The given group can not be found.
|
INVALID_CHARACTERS
The property key contains invalid characters.
|
INVALID_ORDER |
INVALID_RANGE |
KEY_INVALID
The given key is null, empty or out of range.
|
NO_ACCESS_TO_PROPERTY
The portal has no access to this given property
|
PARAMETER_INVALID
A given parameter is null or invalid due to validation
|
PROPERTY_FLAG_MUST_NOT_CHANGE
Deprecated.
- not used
|
PROPERTY_INVALID
A given property parameter is null
|
PROPERTY_READ_ONLY
The given property is READ_ONLY and cannot be modified.
|
REQUESTED_PROPERTY_NOT_FOUND
The requested property was not found.
|
STRING_VALUE_INVALID
(not in use)
|
TYPE_INVALID
The given type is out of range.
|
UNKNOWN_OWNER_TYPE
Internal error.
|
USER_DOES_NOT_EXIST
The given user ID does not exist.
|
USER_NOT_FOUND
The given user can not be found.
|
Modifier and Type | Method and Description |
---|---|
static KernelServicesWs.ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KernelServicesWs.ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KernelServicesWs.ErrorCodes UNKNOWN_OWNER_TYPE
public static final KernelServicesWs.ErrorCodes BINARY_VALUE_INVALID
public static final KernelServicesWs.ErrorCodes KEY_INVALID
public static final KernelServicesWs.ErrorCodes PROPERTY_INVALID
public static final KernelServicesWs.ErrorCodes PARAMETER_INVALID
public static final KernelServicesWs.ErrorCodes USER_DOES_NOT_EXIST
public static final KernelServicesWs.ErrorCodes USER_NOT_FOUND
public static final KernelServicesWs.ErrorCodes GROUP_DOES_NOT_EXIST
public static final KernelServicesWs.ErrorCodes GROUP_NOT_FOUND
public static final KernelServicesWs.ErrorCodes GENERAL_ERROR
public static final KernelServicesWs.ErrorCodes FLAG_INVALID
public static final KernelServicesWs.ErrorCodes REQUESTED_PROPERTY_NOT_FOUND
public static final KernelServicesWs.ErrorCodes INVALID_CHARACTERS
public static final KernelServicesWs.ErrorCodes PROPERTY_READ_ONLY
public static final KernelServicesWs.ErrorCodes TYPE_INVALID
@Deprecated public static final KernelServicesWs.ErrorCodes PROPERTY_FLAG_MUST_NOT_CHANGE
public static final KernelServicesWs.ErrorCodes STRING_VALUE_INVALID
public static final KernelServicesWs.ErrorCodes NO_ACCESS_TO_PROPERTY
public static final KernelServicesWs.ErrorCodes INVALID_RANGE
public static final KernelServicesWs.ErrorCodes INVALID_ORDER
public static KernelServicesWs.ErrorCodes[] values()
for (KernelServicesWs.ErrorCodes c : KernelServicesWs.ErrorCodes.values()) System.out.println(c);
public static KernelServicesWs.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.