public static enum SvmServicesWs.ErrorCodes extends Enum<SvmServicesWs.ErrorCodes>
Enum Constant and Description |
---|
INVALID_ORDER |
INVALID_PARAMETER |
INVALID_RANGE |
PKCS7_INVALID
The given PKCS#7 data is null
|
UNSPECIFIED_ERROR
internal error occurred, see SSMS log files for details
|
USER_DOES_NOT_EXIST |
VALID_ROOT_CA_NAMES_INVALID
The given valid root ca names are null or empty
|
VERIFICATION_ERROR
The PKCS7Signature verification is failed
|
Modifier and Type | Method and Description |
---|---|
static SvmServicesWs.ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvmServicesWs.ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvmServicesWs.ErrorCodes VERIFICATION_ERROR
public static final SvmServicesWs.ErrorCodes UNSPECIFIED_ERROR
public static final SvmServicesWs.ErrorCodes PKCS7_INVALID
public static final SvmServicesWs.ErrorCodes VALID_ROOT_CA_NAMES_INVALID
public static final SvmServicesWs.ErrorCodes INVALID_PARAMETER
public static final SvmServicesWs.ErrorCodes USER_DOES_NOT_EXIST
public static final SvmServicesWs.ErrorCodes INVALID_RANGE
public static final SvmServicesWs.ErrorCodes INVALID_ORDER
public static SvmServicesWs.ErrorCodes[] values()
for (SvmServicesWs.ErrorCodes c : SvmServicesWs.ErrorCodes.values()) System.out.println(c);
public static SvmServicesWs.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.