public enum VcubeErrorCode extends Enum<VcubeErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static VcubeErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcubeErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcubeErrorCode AUTHFAILURE
public static final VcubeErrorCode DRYRUNOPERATION
public static final VcubeErrorCode FAILEDOPERATION
public static final VcubeErrorCode FAILEDOPERATION_UPLOADLICENSEFILEFAIL
public static final VcubeErrorCode INTERNALERROR
public static final VcubeErrorCode INVALIDPARAMETER
public static final VcubeErrorCode INVALIDPARAMETERVALUE
public static final VcubeErrorCode LIMITEXCEEDED
public static final VcubeErrorCode MISSINGPARAMETER
public static final VcubeErrorCode OPERATIONDENIED
public static final VcubeErrorCode REQUESTLIMITEXCEEDED
public static final VcubeErrorCode RESOURCEINUSE
public static final VcubeErrorCode RESOURCEINSUFFICIENT
public static final VcubeErrorCode RESOURCENOTFOUND
public static final VcubeErrorCode RESOURCEUNAVAILABLE
public static final VcubeErrorCode RESOURCESSOLDOUT
public static final VcubeErrorCode UNAUTHORIZEDOPERATION
public static final VcubeErrorCode UNKNOWNPARAMETER
public static final VcubeErrorCode UNSUPPORTEDOPERATION
public static VcubeErrorCode[] values()
for (VcubeErrorCode c : VcubeErrorCode.values()) System.out.println(c);
public static VcubeErrorCode 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 © 2025. All rights reserved.