public enum TcrErrorCode extends Enum<TcrErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TcrErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcrErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcrErrorCode AUTHFAILURE
public static final TcrErrorCode FAILEDOPERATION
public static final TcrErrorCode INTERNALERROR
public static final TcrErrorCode INTERNALERROR_DBERROR
public static final TcrErrorCode INTERNALERROR_ERRCONFLICT
public static final TcrErrorCode INTERNALERROR_ERRNOTEXIST
public static final TcrErrorCode INTERNALERROR_ERRORCONFLICT
public static final TcrErrorCode INTERNALERROR_ERROROVERLIMIT
public static final TcrErrorCode INTERNALERROR_ERRORTCRINTERNAL
public static final TcrErrorCode INTERNALERROR_ERRORTCRINVALIDMEDIATYPE
public static final TcrErrorCode INTERNALERROR_ERRORTCRRESOURCECONFLICT
public static final TcrErrorCode INTERNALERROR_ERRORTCRUNAUTHORIZED
public static final TcrErrorCode INTERNALERROR_UNKNOWN
public static final TcrErrorCode INVALIDPARAMETER
public static final TcrErrorCode INVALIDPARAMETER_ERRORNAMEEXISTS
public static final TcrErrorCode INVALIDPARAMETER_ERRORREGISTRYNAME
public static final TcrErrorCode INVALIDPARAMETER_ERRORTAGOVERLIMIT
public static final TcrErrorCode INVALIDPARAMETER_ERRORTCRINVALIDPARAMETER
public static final TcrErrorCode INVALIDPARAMETER_UNSUPPORTEDREGION
public static final TcrErrorCode MISSINGPARAMETER
public static final TcrErrorCode OPERATIONDENIED
public static final TcrErrorCode RESOURCEINSUFFICIENT_ERRORINSTANCENOTRUNNING
public static final TcrErrorCode RESOURCENOTFOUND
public static final TcrErrorCode RESOURCENOTFOUND_TCRRESOURCENOTFOUND
public static final TcrErrorCode UNAUTHORIZEDOPERATION
public static final TcrErrorCode UNKNOWNPARAMETER
public static final TcrErrorCode UNSUPPORTEDOPERATION
public static TcrErrorCode[] values()
for (TcrErrorCode c : TcrErrorCode.values()) System.out.println(c);
public static TcrErrorCode 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 © 2021. All rights reserved.