public enum TccatalogErrorCode extends Enum<TccatalogErrorCode>
| Enum Constant and Description | 
|---|
| FAILEDOPERATION | 
| INTERNALERROR | 
| INVALIDPARAMETER | 
| INVALIDPARAMETER_INVALIDTIMEFORMAT | 
| INVALIDPARAMETER_INVALIDTIMEPARAMETER | 
| RESOURCEUNAVAILABLE_CLUSTERUNAVAILABLE | 
| UNAUTHORIZEDOPERATION_USERNOTALLOWOPERATION | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static TccatalogErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TccatalogErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TccatalogErrorCode FAILEDOPERATION
public static final TccatalogErrorCode INTERNALERROR
public static final TccatalogErrorCode INVALIDPARAMETER
public static final TccatalogErrorCode INVALIDPARAMETER_INVALIDTIMEFORMAT
public static final TccatalogErrorCode INVALIDPARAMETER_INVALIDTIMEPARAMETER
public static final TccatalogErrorCode RESOURCEUNAVAILABLE_CLUSTERUNAVAILABLE
public static final TccatalogErrorCode UNAUTHORIZEDOPERATION_USERNOTALLOWOPERATION
public static TccatalogErrorCode[] values()
for (TccatalogErrorCode c : TccatalogErrorCode.values()) System.out.println(c);
public static TccatalogErrorCode 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.