public enum YunjingErrorCode extends Enum<YunjingErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static YunjingErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YunjingErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YunjingErrorCode FAILEDOPERATION_AGENTOFFLINE
public static final YunjingErrorCode FAILEDOPERATION_CLOSEPROVERSION
public static final YunjingErrorCode FAILEDOPERATION_CREATEOPENPORTTASK
public static final YunjingErrorCode FAILEDOPERATION_CREATEPROCESSTASK
public static final YunjingErrorCode FAILEDOPERATION_EXPORT
public static final YunjingErrorCode FAILEDOPERATION_INQUIRYPRICE
public static final YunjingErrorCode FAILEDOPERATION_MACHINEDELETE
public static final YunjingErrorCode FAILEDOPERATION_NOPROFESSIONHOST
public static final YunjingErrorCode FAILEDOPERATION_OPENPORTTASKNOTFOUND
public static final YunjingErrorCode FAILEDOPERATION_OPENPROVERSION
public static final YunjingErrorCode FAILEDOPERATION_PARTSEPARATE
public static final YunjingErrorCode FAILEDOPERATION_PREPAYMODE
public static final YunjingErrorCode FAILEDOPERATION_PROCESSTASKNOTFOUND
public static final YunjingErrorCode FAILEDOPERATION_RECOVER
public static final YunjingErrorCode FAILEDOPERATION_RESCANVUL
public static final YunjingErrorCode FAILEDOPERATION_RESCANVULPROCESSINUSE
public static final YunjingErrorCode FAILEDOPERATION_SINGLESEPARATE
public static final YunjingErrorCode FAILEDOPERATION_TOOMANYSTRATEGY
public static final YunjingErrorCode FAILEDOPERATION_TRADEERROR
public static final YunjingErrorCode INTERNALERROR
public static final YunjingErrorCode INTERNALERROR_MAINDBFAIL
public static final YunjingErrorCode INVALIDPARAMETER_DATERANGE
public static final YunjingErrorCode INVALIDPARAMETER_ILLEGALREQUEST
public static final YunjingErrorCode INVALIDPARAMETER_INVALIDFORMAT
public static final YunjingErrorCode INVALIDPARAMETER_IPNOVALID
public static final YunjingErrorCode INVALIDPARAMETER_MISSINGPARAMETER
public static final YunjingErrorCode INVALIDPARAMETER_PARSINGERROR
public static final YunjingErrorCode INVALIDPARAMETER_PORTNOVALID
public static final YunjingErrorCode INVALIDPARAMETER_REGEXRULEERROR
public static final YunjingErrorCode INVALIDPARAMETER_REVERSHELLKEYFIELDALLEMPTY
public static final YunjingErrorCode INVALIDPARAMETER_RULEHOSTIPERR
public static final YunjingErrorCode INVALIDPARAMETERVALUE_TAGNAMELENGTHLIMIT
public static final YunjingErrorCode LIMITEXCEEDED_AREAQUOTA
public static final YunjingErrorCode MISSINGPARAMETER
public static final YunjingErrorCode RESOURCENOTFOUND
public static YunjingErrorCode[] values()
for (YunjingErrorCode c : YunjingErrorCode.values()) System.out.println(c);
public static YunjingErrorCode 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.