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 AUTHFAILURE
public static final CmsErrorCode FAILEDOPERATION
public static final CmsErrorCode INTERNALERROR
public static final CmsErrorCode INTERNALERROR_INTERNALERROR
public static final CmsErrorCode INVALIDPARAMETER
public static final CmsErrorCode INVALIDPARAMETER_IMAGEASPECTRATIOTOOLARGE
public static final CmsErrorCode INVALIDPARAMETER_IMAGEDATATOOSMALL
public static final CmsErrorCode INVALIDPARAMETER_IMAGESIZETOOSMALL
public static final CmsErrorCode INVALIDPARAMETER_INVALIDIMAGECONTENT
public static final CmsErrorCode INVALIDPARAMETER_PARAMETERERROR
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRFILECONTENT
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRIMAGESIZE
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRTEXTCONTENTLEN
public static final CmsErrorCode INVALIDPARAMETERVALUE_ERRTEXTCONTENTTYPE
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDCONTENT
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDFILECONTENTSIZE
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDIMAGECONTENT
public static final CmsErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETER
public static final CmsErrorCode LIMITEXCEEDED
public static final CmsErrorCode MISSINGPARAMETER
public static final CmsErrorCode MISSINGPARAMETER_ERRFILEURL
public static final CmsErrorCode OPERATIONDENIED
public static final CmsErrorCode REQUESTLIMITEXCEEDED
public static final CmsErrorCode RESOURCEINUSE
public static final CmsErrorCode RESOURCEINSUFFICIENT
public static final CmsErrorCode RESOURCENOTFOUND
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
public static final CmsErrorCode RESOURCEUNAVAILABLE_ERRIMAGETIMEOUT
public static final CmsErrorCode RESOURCEUNAVAILABLE_ERRTEXTTIMEOUT
public static final CmsErrorCode RESOURCEUNAVAILABLE_IMAGEDOWNLOADERROR
public static final CmsErrorCode UNAUTHORIZEDOPERATION
public static final CmsErrorCode UNAUTHORIZEDOPERATION_ERRAUTH
public static final CmsErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZED
public static final CmsErrorCode UNKNOWNPARAMETER
public static final CmsErrorCode UNSUPPORTEDOPERATION
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 © 2024. All rights reserved.