public enum IoaErrorCode extends Enum<IoaErrorCode>
Enum Constant and Description |
---|
FAILEDOPERATION_QUERYDATA |
INTERNALERROR_DATABASEEXCEPTION |
INTERNALERROR_UNKNOWN |
INVALIDPARAMETER_REQUESTPARAM |
MISSINGPARAMETER_COMMONPARAM |
RESOURCENOTFOUND_NOTFOUND |
UNAUTHORIZEDOPERATION_PERMISSIONDENIED |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static IoaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IoaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IoaErrorCode FAILEDOPERATION_QUERYDATA
public static final IoaErrorCode INTERNALERROR_DATABASEEXCEPTION
public static final IoaErrorCode INTERNALERROR_UNKNOWN
public static final IoaErrorCode INVALIDPARAMETER_REQUESTPARAM
public static final IoaErrorCode MISSINGPARAMETER_COMMONPARAM
public static final IoaErrorCode RESOURCENOTFOUND_NOTFOUND
public static final IoaErrorCode UNAUTHORIZEDOPERATION_PERMISSIONDENIED
public static IoaErrorCode[] values()
for (IoaErrorCode c : IoaErrorCode.values()) System.out.println(c);
public static IoaErrorCode 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.