public enum ApmErrorCode extends Enum<ApmErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ApmErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApmErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApmErrorCode AUTHFAILURE
public static final ApmErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final ApmErrorCode FAILEDOPERATION
public static final ApmErrorCode FAILEDOPERATION_ACCESSTAGFAIL
public static final ApmErrorCode FAILEDOPERATION_APPIDNOTMATCHINSTANCEINFO
public static final ApmErrorCode FAILEDOPERATION_DEMOINSTANCENOTALLOWMODIFIED
public static final ApmErrorCode FAILEDOPERATION_INSTANCEIDISEMPTY
public static final ApmErrorCode FAILEDOPERATION_INSTANCENOTFOUND
public static final ApmErrorCode FAILEDOPERATION_INVALIDINSTANCEID
public static final ApmErrorCode FAILEDOPERATION_METRICFILTERSLACKPARAMS
public static final ApmErrorCode FAILEDOPERATION_NOTINNERVPC
public static final ApmErrorCode FAILEDOPERATION_QUERYTIMEINTERVALISNOTSUPPORTED
public static final ApmErrorCode FAILEDOPERATION_REGIONNOTSUPPORT
public static final ApmErrorCode FAILEDOPERATION_SENDREQUEST
public static final ApmErrorCode FAILEDOPERATION_VIEWNAMENOTEXISTORILLEGAL
public static final ApmErrorCode INTERNALERROR
public static final ApmErrorCode INVALIDPARAMETER
public static final ApmErrorCode INVALIDPARAMETER_FILTERSFIELDSNOTEXISTORILLEGAL
public static final ApmErrorCode INVALIDPARAMETER_GROUPBYFIELDSNOTEXISTORILLEGAL
public static final ApmErrorCode INVALIDPARAMETER_METRICFILTERSLACKPARAMS
public static final ApmErrorCode INVALIDPARAMETER_METRICSFIELDNOTEXISTORILLEGAL
public static final ApmErrorCode INVALIDPARAMETER_METRICSFIELDSNOTALLOWEMPTY
public static final ApmErrorCode INVALIDPARAMETER_PERIODISILLEGAL
public static final ApmErrorCode INVALIDPARAMETER_QUERYTIMEINTERVALISNOTSUPPORTED
public static final ApmErrorCode INVALIDPARAMETER_VIEWNAMENOTEXISTORILLEGAL
public static ApmErrorCode[] values()
for (ApmErrorCode c : ApmErrorCode.values()) System.out.println(c);
public static ApmErrorCode 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.