public enum CatErrorCode extends Enum<CatErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CatErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatErrorCode FAILEDOPERATION
public static final CatErrorCode FAILEDOPERATION_DBQUERYFAILED
public static final CatErrorCode FAILEDOPERATION_DBRECORDCREATEFAILED
public static final CatErrorCode FAILEDOPERATION_DBRECORDUPDATEFAILED
public static final CatErrorCode FAILEDOPERATION_ESQUERYERROR
public static final CatErrorCode FAILEDOPERATION_ERRPREPAIDRESOURCEEXPIRE
public static final CatErrorCode FAILEDOPERATION_NOVALIDNODES
public static final CatErrorCode FAILEDOPERATION_ORDEROUTOFCREDIT
public static final CatErrorCode FAILEDOPERATION_PRERESOURCEIDFAILED
public static final CatErrorCode FAILEDOPERATION_RESOURCENOTFOUND
public static final CatErrorCode FAILEDOPERATION_SENDREQUEST
public static final CatErrorCode FAILEDOPERATION_TAGREQUIREDVERIFYFAILED
public static final CatErrorCode FAILEDOPERATION_TASKNOTRUNNING
public static final CatErrorCode FAILEDOPERATION_TASKNOTSUSPENDED
public static final CatErrorCode FAILEDOPERATION_TASKOPERATIONNOTALLOW
public static final CatErrorCode FAILEDOPERATION_TASKTYPENOTSAME
public static final CatErrorCode FAILEDOPERATION_TRIALTASKEXCEED
public static final CatErrorCode FAILEDOPERATION_UNMARSHALRESPONSE
public static final CatErrorCode FAILEDOPERATION_USERNOQCLOUDTAGFULLACCESS
public static final CatErrorCode INTERNALERROR
public static final CatErrorCode INVALIDPARAMETER
public static final CatErrorCode INVALIDPARAMETERVALUE
public static final CatErrorCode MISSINGPARAMETER
public static final CatErrorCode RESOURCENOTFOUND
public static final CatErrorCode UNKNOWNPARAMETER
public static CatErrorCode[] values()
for (CatErrorCode c : CatErrorCode.values()) System.out.println(c);
public static CatErrorCode 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 © 2023. All rights reserved.