public enum WedataErrorCode extends Enum<WedataErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static WedataErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WedataErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WedataErrorCode AUTHFAILURE
public static final WedataErrorCode AUTHFAILURE_SIGNATUREEXPIRE
public static final WedataErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final WedataErrorCode DRYRUNOPERATION
public static final WedataErrorCode FAILEDOPERATION
public static final WedataErrorCode FAILEDOPERATION_NOLOCK
public static final WedataErrorCode INTERNALERROR
public static final WedataErrorCode INTERNALERROR_CALLSCHEDULERAPIERROR
public static final WedataErrorCode INTERNALERROR_INTERNALCALLCLOUDAPIERROR
public static final WedataErrorCode INVALIDPARAMETER
public static final WedataErrorCode INVALIDPARAMETER_CLIENTIPNOTAUTHORIZED
public static final WedataErrorCode INVALIDPARAMETER_DATAENGINEINSTANCENOTEXISTS
public static final WedataErrorCode INVALIDPARAMETER_DUPLICATENAME
public static final WedataErrorCode INVALIDPARAMETER_INVALIDFILTERPARAMETER
public static final WedataErrorCode INVALIDPARAMETER_RULENOTEXIST
public static final WedataErrorCode INVALIDPARAMETER_RULETEMPLATENOTEXIST
public static final WedataErrorCode INVALIDPARAMETER_SERVICEISBUSY
public static final WedataErrorCode INVALIDPARAMETER_WEDATAROLENOTEXISTS
public static final WedataErrorCode INVALIDPARAMETER_WORKSPACENOTEXIST
public static final WedataErrorCode INVALIDPARAMETERVALUE
public static final WedataErrorCode LIMITEXCEEDED
public static final WedataErrorCode MISSINGPARAMETER
public static final WedataErrorCode OPERATIONDENIED
public static final WedataErrorCode OPERATIONDENIED_USERNOTINWHITELISTERROR
public static final WedataErrorCode REQUESTLIMITEXCEEDED
public static final WedataErrorCode RESOURCEINUSE
public static final WedataErrorCode RESOURCEINSUFFICIENT
public static final WedataErrorCode RESOURCENOTFOUND
public static final WedataErrorCode RESOURCEUNAVAILABLE
public static final WedataErrorCode RESOURCESSOLDOUT
public static final WedataErrorCode UNAUTHORIZEDOPERATION
public static final WedataErrorCode UNAUTHORIZEDOPERATION_USERNOTINPROJECT
public static final WedataErrorCode UNKNOWNPARAMETER
public static final WedataErrorCode UNSUPPORTEDOPERATION
public static final WedataErrorCode UNSUPPORTEDOPERATION_NORULEINRULEGROUP
public static WedataErrorCode[] values()
for (WedataErrorCode c : WedataErrorCode.values()) System.out.println(c);
public static WedataErrorCode 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.