public enum QuotaErrorCode extends Enum<QuotaErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static QuotaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotaErrorCode INTERNALERROR
public static final QuotaErrorCode INVALIDPARAMETERVALUE
public static final QuotaErrorCode RESOURCENOTFOUND_ALARMNOTEXIST
public static final QuotaErrorCode RESOURCENOTFOUND_MEMBERNOTEXIST
public static final QuotaErrorCode RESOURCENOTFOUND_PRODUCTNOTEXIST
public static final QuotaErrorCode RESOURCENOTFOUND_USERQUOTANOTEXIST
public static final QuotaErrorCode UNAUTHORIZEDOPERATION
public static final QuotaErrorCode UNSUPPORTEDOPERATION_ALARMISEXIST
public static QuotaErrorCode[] values()
for (QuotaErrorCode c : QuotaErrorCode.values()) System.out.println(c);
public static QuotaErrorCode 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.