Uses of Class
org.hippoecm.hst.pagecomposer.jaxrs.model.ErrorStatus
Packages that use ErrorStatus
Package
Description
-
Uses of ErrorStatus in org.hippoecm.hst.pagecomposer.jaxrs.model
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model that return ErrorStatusModifier 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) static ErrorStatus
Create anClientError.UNKNOWN
error status that contains an error message in the parameter 'errorReason' -
Uses of ErrorStatus in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions
Methods in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions that return ErrorStatusConstructors in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions with parameters of type ErrorStatus