Uses of Enum Class
org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions.ClientError
Package
Description
-
Uses of ClientError in org.hippoecm.hst.pagecomposer.jaxrs.model
Modifier and TypeMethodDescriptionstatic ErrorStatus
ErrorStatus.from
(ClientError errorCode) static ErrorStatus
ErrorStatus.from
(ClientError errorCode, String paramName, Object paramValue) static ErrorStatus
ErrorStatus.from
(ClientError errorCode, Map<?, ?> parameterMap) ModifierConstructorDescriptionErrorStatus
(ClientError error) ErrorStatus
(ClientError errorCode, Map<?, ?> parameterMap) -
Uses of ClientError in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions
Modifier and TypeMethodDescriptionClientException.getError()
static ClientError
Returns the enum constant of this class with the specified name.static ClientError[]
ClientError.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClientException
(String message, ClientError error) ClientException
(String message, ClientError error, Map<?, ?> parameterMap)