Uses of Class
org.hippoecm.hst.pagecomposer.jaxrs.model.ErrorStatus
-
Packages that use ErrorStatus Package Description org.hippoecm.hst.pagecomposer.jaxrs.model org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions -
-
Uses of ErrorStatus in org.hippoecm.hst.pagecomposer.jaxrs.model
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model that return ErrorStatus Modifier and Type Method Description static 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
ErrorStatus. unknown(String message)
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 ErrorStatus Modifier and Type Method Description ErrorStatus
ClientException. getErrorStatus()
Constructors in org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions with parameters of type ErrorStatus Constructor Description ClientException(String message, ErrorStatus errorStatus)
-