public enum OmicsErrorCode extends Enum<OmicsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static OmicsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OmicsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OmicsErrorCode AUTHFAILURE
public static final OmicsErrorCode FAILEDOPERATION
public static final OmicsErrorCode FAILEDOPERATION_DUPLICATETABLEHEADER
public static final OmicsErrorCode FAILEDOPERATION_EMPTYTABLEHEADER
public static final OmicsErrorCode FAILEDOPERATION_INVALIDTABLEHEADER
public static final OmicsErrorCode FAILEDOPERATION_INVALIDTABLELENGTH
public static final OmicsErrorCode FAILEDOPERATION_RETRYLIMITEXCEEDED
public static final OmicsErrorCode FAILEDOPERATION_STATUSNOTSUPPORTED
public static final OmicsErrorCode FAILEDOPERATION_TABLEDATATYPEMISMATCH
public static final OmicsErrorCode FAILEDOPERATION_VERSIONNOTRELEASED
public static final OmicsErrorCode INTERNALERROR
public static final OmicsErrorCode INVALIDPARAMETER
public static final OmicsErrorCode INVALIDPARAMETERVALUE
public static final OmicsErrorCode INVALIDPARAMETERVALUE_DUPLICATENAME
public static final OmicsErrorCode INVALIDPARAMETERVALUE_ENTRYPOINTNOTSET
public static final OmicsErrorCode INVALIDPARAMETERVALUE_ENVIRONMENTNOTAVAILABLE
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDBASE64ENCODE
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDCOSKEY
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDCSVFORMAT
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDDESCRIPTION
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDINPUTJSONFORMAT
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDINPUTPLACEHOLDER
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDNAME
public static final OmicsErrorCode INVALIDPARAMETERVALUE_INVALIDRUNOPTION
public static final OmicsErrorCode INVALIDPARAMETERVALUE_TABLEDATATYPELENGTHMISMATCH
public static final OmicsErrorCode INVALIDPARAMETERVALUE_UNSUPPORTEDTABLEDATATYPE
public static final OmicsErrorCode LIMITEXCEEDED
public static final OmicsErrorCode OPERATIONDENIED
public static final OmicsErrorCode RESOURCEINUSE
public static final OmicsErrorCode RESOURCEINSUFFICIENT
public static final OmicsErrorCode RESOURCENOTFOUND
public static final OmicsErrorCode RESOURCENOTFOUND_APPLICATIONNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_APPLICATIONVERSIONNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_COSBUCKETNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_COSOBJECTNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_ENVIRONMENTNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_PROJECTNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_RUNGROUPNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_RUNNOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_TABLENOTEXIST
public static final OmicsErrorCode RESOURCENOTFOUND_TABLEROWNOTEXIST
public static final OmicsErrorCode RESOURCEUNAVAILABLE
public static final OmicsErrorCode UNSUPPORTEDOPERATION
public static OmicsErrorCode[] values()
for (OmicsErrorCode c : OmicsErrorCode.values()) System.out.println(c);
public static OmicsErrorCode 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.