public enum UnsealConnectorExceptionValues extends Enum<UnsealConnectorExceptionValues>
Enum Constant and Description |
---|
ERROR_CRYPTO
Error while trying to (un)seal: {0}.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static UnsealConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnsealConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnsealConnectorExceptionValues ERROR_CRYPTO
public static UnsealConnectorExceptionValues[] values()
for (UnsealConnectorExceptionValues c : UnsealConnectorExceptionValues.values()) System.out.println(c);
public static UnsealConnectorExceptionValues 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 nullpublic String getErrorCode()
public String getMessage()
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.