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 AUTHFAILURE
public static final ThpcErrorCode DRYRUNOPERATION
public static final ThpcErrorCode FAILEDOPERATION
public static final ThpcErrorCode INTERNALERROR
public static final ThpcErrorCode INTERNALERROR_CALLCAM
public static final ThpcErrorCode INTERNALERROR_CALLCVM
public static final ThpcErrorCode INVALIDPARAMETER
public static final ThpcErrorCode INVALIDPARAMETER_MALFORMED
public static final ThpcErrorCode INVALIDPARAMETERVALUE
public static final ThpcErrorCode INVALIDPARAMETERVALUE_INVALIDFILTERNOTSUPPORTEDNAME
public static final ThpcErrorCode INVALIDPARAMETERVALUE_LIMITEXCEEDED
public static final ThpcErrorCode INVALIDPARAMETERVALUE_NOTSUPPORTED
public static final ThpcErrorCode INVALIDPARAMETERVALUE_PARAMETERSNOTSUPPORTED
public static final ThpcErrorCode INVALIDPARAMETERVALUE_TOOLARGE
public static final ThpcErrorCode INVALIDPARAMETERVALUE_TOOLONG
public static final ThpcErrorCode INVALIDPARAMETERVALUE_TOOSHORT
public static final ThpcErrorCode INVALIDPARAMETERVALUE_TOOSMALL
public static final ThpcErrorCode INVALIDPARAMETERVALUE_VALUEDUPLICATED
public static final ThpcErrorCode LIMITEXCEEDED
public static final ThpcErrorCode LIMITEXCEEDED_QUEUENUMLIMIT
public static final ThpcErrorCode MISSINGPARAMETER
public static final ThpcErrorCode OPERATIONDENIED
public static final ThpcErrorCode REQUESTLIMITEXCEEDED
public static final ThpcErrorCode RESOURCEINUSE
public static final ThpcErrorCode RESOURCEINSUFFICIENT
public static final ThpcErrorCode RESOURCENOTFOUND
public static final ThpcErrorCode RESOURCENOTFOUND_AUTOSCALINGGROUPID
public static final ThpcErrorCode RESOURCENOTFOUND_CLUSTERID
public static final ThpcErrorCode RESOURCENOTFOUND_IMAGEID
public static final ThpcErrorCode RESOURCENOTFOUND_LAUNCHCONFIGURATIONID
public static final ThpcErrorCode RESOURCENOTFOUND_NODEID
public static final ThpcErrorCode RESOURCENOTFOUND_QUEUE
public static final ThpcErrorCode UNAUTHORIZEDOPERATION
public static final ThpcErrorCode UNKNOWNPARAMETER
public static final ThpcErrorCode UNSUPPORTEDOPERATION
public static final ThpcErrorCode UNSUPPORTEDOPERATION_AUTOSCALINGGROUPALREADYBINDED
public static final ThpcErrorCode UNSUPPORTEDOPERATION_AUTOSCALINGTYPE
public static final ThpcErrorCode UNSUPPORTEDOPERATION_CLUSTERSTATUSNOTSUPPORT
public static final ThpcErrorCode UNSUPPORTEDOPERATION_INVALIDNODEROLE
public static final ThpcErrorCode UNSUPPORTEDOPERATION_NODESTATUSNOTSUPPORT
public static final ThpcErrorCode UNSUPPORTEDOPERATION_PARAMETERTOOLARGE
public static final ThpcErrorCode UNSUPPORTEDOPERATION_PARAMETERTOOSMALL
public static final ThpcErrorCode UNSUPPORTEDOPERATION_QUEUENOTEMPTY
public static final ThpcErrorCode UNSUPPORTEDOPERATION_VPCIDCONFLICT
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.