public enum MonitorErrorCode extends Enum<MonitorErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MonitorErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorErrorCode AUTHFAILURE
public static final MonitorErrorCode AUTHFAILURE_ACCESSCAMFAIL
public static final MonitorErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final MonitorErrorCode DRYRUNOPERATION
public static final MonitorErrorCode FAILEDOPERATION
public static final MonitorErrorCode FAILEDOPERATION_ACCESSSTSFAIL
public static final MonitorErrorCode FAILEDOPERATION_ACCESSTKEFAIL
public static final MonitorErrorCode FAILEDOPERATION_ACCESSTAGFAIL
public static final MonitorErrorCode FAILEDOPERATION_AGENTNOTALLOWED
public static final MonitorErrorCode FAILEDOPERATION_AGENTVERSIONNOTSUPPORTED
public static final MonitorErrorCode FAILEDOPERATION_AGENTSNOTINUNINSTALLSTAGE
public static final MonitorErrorCode FAILEDOPERATION_ALERTFILTERRULEDELETEFAILED
public static final MonitorErrorCode FAILEDOPERATION_ALERTPOLICYCREATEFAILED
public static final MonitorErrorCode FAILEDOPERATION_ALERTPOLICYDELETEFAILED
public static final MonitorErrorCode FAILEDOPERATION_ALERTPOLICYDESCRIBEFAILED
public static final MonitorErrorCode FAILEDOPERATION_ALERTPOLICYMODIFYFAILED
public static final MonitorErrorCode FAILEDOPERATION_ALERTTRIGGERRULEDELETEFAILED
public static final MonitorErrorCode FAILEDOPERATION_BADYAMLFORMAT
public static final MonitorErrorCode FAILEDOPERATION_CREATEINSTANCE
public static final MonitorErrorCode FAILEDOPERATION_CREATEINSTANCELIMITED
public static final MonitorErrorCode FAILEDOPERATION_DATACOLUMNNOTFOUND
public static final MonitorErrorCode FAILEDOPERATION_DATAQUERYFAILED
public static final MonitorErrorCode FAILEDOPERATION_DATATABLENOTFOUND
public static final MonitorErrorCode FAILEDOPERATION_DBQUERYFAILED
public static final MonitorErrorCode FAILEDOPERATION_DBRECORDCREATEFAILED
public static final MonitorErrorCode FAILEDOPERATION_DBRECORDDELETEFAILED
public static final MonitorErrorCode FAILEDOPERATION_DBRECORDUPDATEFAILED
public static final MonitorErrorCode FAILEDOPERATION_DBTRANSACTIONBEGINFAILED
public static final MonitorErrorCode FAILEDOPERATION_DBTRANSACTIONCOMMITFAILED
public static final MonitorErrorCode FAILEDOPERATION_DIMQUERYREQUESTFAILED
public static final MonitorErrorCode FAILEDOPERATION_DIVISIONBYZERO
public static final MonitorErrorCode FAILEDOPERATION_DRUIDQUERYFAILED
public static final MonitorErrorCode FAILEDOPERATION_DRUIDTABLENOTFOUND
public static final MonitorErrorCode FAILEDOPERATION_DUPLICATENAME
public static final MonitorErrorCode FAILEDOPERATION_ERRNOTOPEN
public static final MonitorErrorCode FAILEDOPERATION_ERROWED
public static final MonitorErrorCode FAILEDOPERATION_GENERATEINSTANCEIDFAILED
public static final MonitorErrorCode FAILEDOPERATION_INSTANCENOTFOUND
public static final MonitorErrorCode FAILEDOPERATION_INSTANCENOTRUNNING
public static final MonitorErrorCode FAILEDOPERATION_INTERNALERROR
public static final MonitorErrorCode FAILEDOPERATION_REGIONUNAVAILABLE
public static final MonitorErrorCode FAILEDOPERATION_RESOURCEEXIST
public static final MonitorErrorCode FAILEDOPERATION_RESOURCENOTFOUND
public static final MonitorErrorCode FAILEDOPERATION_RESOURCEOPERATING
public static final MonitorErrorCode FAILEDOPERATION_SENDREQUEST
public static final MonitorErrorCode FAILEDOPERATION_SERVICENOTENABLED
public static final MonitorErrorCode FAILEDOPERATION_TKECLIENTAUTHFAIL
public static final MonitorErrorCode FAILEDOPERATION_TKEENDPOINTSTATUSERROR
public static final MonitorErrorCode FAILEDOPERATION_TKERESOURCECONFLICT
public static final MonitorErrorCode FAILEDOPERATION_ZONEUNAVAILABLE
public static final MonitorErrorCode INTERNALERROR
public static final MonitorErrorCode INTERNALERROR_CALLBACKFAIL
public static final MonitorErrorCode INTERNALERROR_DEPENDSAPI
public static final MonitorErrorCode INTERNALERROR_DEPENDSDB
public static final MonitorErrorCode INTERNALERROR_DEPENDSMQ
public static final MonitorErrorCode INTERNALERROR_EXETIMEOUT
public static final MonitorErrorCode INTERNALERROR_SYSTEM
public static final MonitorErrorCode INTERNALERROR_TASKRESULTFORMAT
public static final MonitorErrorCode INVALIDPARAMETER
public static final MonitorErrorCode INVALIDPARAMETER_DUPTASK
public static final MonitorErrorCode INVALIDPARAMETER_INVALIDPARAMETER
public static final MonitorErrorCode INVALIDPARAMETER_INVALIDPARAMETERPARAM
public static final MonitorErrorCode INVALIDPARAMETER_MISSAKSK
public static final MonitorErrorCode INVALIDPARAMETER_PARAMERROR
public static final MonitorErrorCode INVALIDPARAMETER_SECRETIDORSECRETKEYERROR
public static final MonitorErrorCode INVALIDPARAMETER_UNSUPPORTEDPRODUCT
public static final MonitorErrorCode INVALIDPARAMETERVALUE
public static final MonitorErrorCode INVALIDPARAMETERVALUE_DASHBOARDNAMEEXISTS
public static final MonitorErrorCode INVALIDPARAMETERVALUE_VERSIONMISMATCH
public static final MonitorErrorCode LIMITEXCEEDED
public static final MonitorErrorCode LIMITEXCEEDED_METRICQUOTAEXCEEDED
public static final MonitorErrorCode MISSINGPARAMETER
public static final MonitorErrorCode OPERATIONDENIED
public static final MonitorErrorCode REQUESTLIMITEXCEEDED
public static final MonitorErrorCode RESOURCEINUSE
public static final MonitorErrorCode RESOURCEINSUFFICIENT
public static final MonitorErrorCode RESOURCENOTFOUND
public static final MonitorErrorCode RESOURCENOTFOUND_NOTEXISTTASK
public static final MonitorErrorCode RESOURCEUNAVAILABLE
public static final MonitorErrorCode RESOURCESSOLDOUT
public static final MonitorErrorCode UNAUTHORIZEDOPERATION
public static final MonitorErrorCode UNKNOWNPARAMETER
public static final MonitorErrorCode UNSUPPORTEDOPERATION
public static MonitorErrorCode[] values()
for (MonitorErrorCode c : MonitorErrorCode.values()) System.out.println(c);
public static MonitorErrorCode 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 © 2022. All rights reserved.