public enum TeoErrorCode extends Enum<TeoErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TeoErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeoErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeoErrorCode INTERNALERROR
public static final TeoErrorCode INTERNALERROR_BACKENDERROR
public static final TeoErrorCode INTERNALERROR_DOMAINCONFIG
public static final TeoErrorCode INTERNALERROR_FAILEDTOGENERATEURL
public static final TeoErrorCode INTERNALERROR_QUOTASYSTEM
public static final TeoErrorCode INTERNALERROR_ROUTEERROR
public static final TeoErrorCode INVALIDPARAMETER_DOMAINNOTFOUND
public static final TeoErrorCode INVALIDPARAMETER_PARAMETERERROR
public static final TeoErrorCode INVALIDPARAMETER_TARGET
public static final TeoErrorCode INVALIDPARAMETER_TASKNOTGENERATED
public static final TeoErrorCode INVALIDPARAMETER_UPLOADURL
public static final TeoErrorCode LIMITEXCEEDED_BATCHQUOTA
public static final TeoErrorCode LIMITEXCEEDED_DAILYQUOTA
public static final TeoErrorCode OPERATIONDENIED
public static final TeoErrorCode UNAUTHORIZEDOPERATION_CAMUNAUTHORIZED
public static final TeoErrorCode UNAUTHORIZEDOPERATION_DOMAINEMPTY
public static final TeoErrorCode UNAUTHORIZEDOPERATION_NOPERMISSION
public static TeoErrorCode[] values()
for (TeoErrorCode c : TeoErrorCode.values()) System.out.println(c);
public static TeoErrorCode 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.