public enum VodErrorCode extends Enum<VodErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static VodErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VodErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VodErrorCode FAILEDOPERATION_BUCKETIDNOTMATCH
public static final VodErrorCode FAILEDOPERATION_BUCKETINCREMENTALMIGRATIONSTRATEGYDEPLOYING
public static final VodErrorCode FAILEDOPERATION_INCREMENTALMIGRATIONSTRATEGYOVERLIMIT
public static final VodErrorCode FAILEDOPERATION_STORAGEREGIONBUCKETOVERLIMIT
public static final VodErrorCode INTERNALERROR
public static final VodErrorCode INVALIDFILTER
public static final VodErrorCode INVALIDPARAMETER
public static final VodErrorCode INVALIDPARAMETERVALUE
public static final VodErrorCode INVALIDPARAMETERVALUE_UNSUPPORTEDSTORAGEREGION
public static final VodErrorCode RESOURCENOTFOUND_INCREMENTALMIGRATIONSTRATEGYNOTFOUND
public static final VodErrorCode UNAUTHORIZEDOPERATION_SUBAPP
public static VodErrorCode[] values()
for (VodErrorCode c : VodErrorCode.values()) System.out.println(c);
public static VodErrorCode 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.