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 FAILEDOPERATION
public static final WedataErrorCode INTERNALERROR
public static final WedataErrorCode INVALIDPARAMETER
public static final WedataErrorCode INVALIDPARAMETER_CLIENTIPNOTAUTHORIZED
public static final WedataErrorCode INVALIDPARAMETER_MISSINGREQUESTPARAMETER
public static final WedataErrorCode INVALIDPARAMETERVALUE
public static final WedataErrorCode INVALIDPARAMETERVALUE_RULENAMEREPEATED
public static final WedataErrorCode INVALIDPARAMETERVALUE_VALIDATIONERROR
public static final WedataErrorCode LIMITEXCEEDED
public static final WedataErrorCode MISSINGPARAMETER
public static final WedataErrorCode OPERATIONDENIED
public static final WedataErrorCode RESOURCEINUSE
public static final WedataErrorCode RESOURCENOTFOUND
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 © 2025. All rights reserved.