public enum CmsErrorCode extends Enum<CmsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CmsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsErrorCode INTERNALERROR
public static final CmsErrorCode INVALIDPARAMETER_PARAMETERERROR
public static final CmsErrorCode INVALIDPARAMETERVALUE_CUSTOMAPPID
public static final CmsErrorCode INVALIDPARAMETERVALUE_DUPLICATECONTENTID
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRACTION
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRAPPID
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRFILECONTENT
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRREQUESTID
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRREQUESTSOURCE
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRTEXTCONTENTTYPE
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRUIN
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDBATCHID
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDCONTENT
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDCONTENTID
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDCONTENTTYPE
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDCUSTOMAPPID
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDIMAGECONTENT
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETER
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDPRIORITY
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDTITLE
public static final CmsErrorCode MISSINGPARAMETER_ERRFILEURL
public static final CmsErrorCode RESOURCENOTFOUND_ERRDOWDOWNINTERNALERROR
public static final CmsErrorCode RESOURCENOTFOUND_ERRDOWDOWNPARAMSERROR
public static final CmsErrorCode RESOURCENOTFOUND_ERRDOWDOWNSOURCEERROR
public static final CmsErrorCode RESOURCENOTFOUND_ERRDOWDOWNTIMEOUT
public static final CmsErrorCode RESOURCEUNAVAILABLE_ERRIMAGETIMEOUT
public static final CmsErrorCode RESOURCEUNAVAILABLE_ERRTEXTTIMEOUT
public static final CmsErrorCode UNAUTHORIZEDOPERATION_ERRAUTH
public static final CmsErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZED
public static CmsErrorCode[] values()
for (CmsErrorCode c : CmsErrorCode.values()) System.out.println(c);
public static CmsErrorCode 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.