public enum DbdcErrorCode extends Enum<DbdcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static DbdcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbdcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbdcErrorCode AUTHFAILURE
public static final DbdcErrorCode DRYRUNOPERATION
public static final DbdcErrorCode FAILEDOPERATION
public static final DbdcErrorCode FAILEDOPERATION_MODIFYRESOURCEINFOERROR
public static final DbdcErrorCode FAILEDOPERATION_OSSACCESSERROR
public static final DbdcErrorCode FAILEDOPERATION_QUERYRESOURCEERROR
public static final DbdcErrorCode FAILEDOPERATION_QUERYSPECINFOERROR
public static final DbdcErrorCode INVALIDPARAMETERVALUE
public static final DbdcErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUEERROR
public static final DbdcErrorCode INVALIDPARAMETERVALUE_RESOURCEPARAMETERERROR
public static final DbdcErrorCode RESOURCENOTFOUND_FETCHRESOURCEERROR
public static final DbdcErrorCode RESOURCENOTFOUND_FETCHRESOURCELISTERROR
public static final DbdcErrorCode RESOURCEUNAVAILABLE_RESOURCESTATUSABNORMALERROR
public static DbdcErrorCode[] values()
for (DbdcErrorCode c : DbdcErrorCode.values()) System.out.println(c);
public static DbdcErrorCode 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.