public enum CloudhsmErrorCode extends Enum<CloudhsmErrorCode>
Enum Constant and Description |
---|
AUTHFAILURE |
INTERNALERROR |
INVALIDPARAMETER |
INVALIDPARAMETERVALUE |
RESOURCENOTFOUND |
UNAUTHORIZEDOPERATION |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CloudhsmErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudhsmErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudhsmErrorCode AUTHFAILURE
public static final CloudhsmErrorCode INTERNALERROR
public static final CloudhsmErrorCode INVALIDPARAMETER
public static final CloudhsmErrorCode INVALIDPARAMETERVALUE
public static final CloudhsmErrorCode RESOURCENOTFOUND
public static final CloudhsmErrorCode UNAUTHORIZEDOPERATION
public static CloudhsmErrorCode[] values()
for (CloudhsmErrorCode c : CloudhsmErrorCode.values()) System.out.println(c);
public static CloudhsmErrorCode 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 getValue()
Copyright © 2024. All rights reserved.