public enum ThpcErrorCode extends Enum<ThpcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ThpcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThpcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThpcErrorCode INTERNALERROR_CALLCVM
public static final ThpcErrorCode INVALIDPARAMETER_MALFORMED
public static final ThpcErrorCode INVALIDPARAMETERVALUE
public static final ThpcErrorCode INVALIDPARAMETERVALUE_NOTSUPPORTED
public static final ThpcErrorCode INVALIDPARAMETERVALUE_TOOLARGE
public static final ThpcErrorCode INVALIDPARAMETERVALUE_TOOLONG
public static final ThpcErrorCode INVALIDPARAMETERVALUE_TOOSMALL
public static final ThpcErrorCode RESOURCENOTFOUND_AUTOSCALINGGROUPID
public static final ThpcErrorCode RESOURCENOTFOUND_CLUSTERID
public static final ThpcErrorCode RESOURCENOTFOUND_LAUNCHCONFIGURATIONID
public static final ThpcErrorCode UNSUPPORTEDOPERATION_AUTOSCALINGGROUPALREADYBINDED
public static final ThpcErrorCode UNSUPPORTEDOPERATION_BINDAUTOSCALINGGROUP
public static final ThpcErrorCode UNSUPPORTEDOPERATION_CLUSTERSTATUSNOTSUPPORT
public static ThpcErrorCode[] values()
for (ThpcErrorCode c : ThpcErrorCode.values()) System.out.println(c);
public static ThpcErrorCode 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.