Uses of Class
org.alfresco.rest.model.RestErrorModel
-
Packages that use RestErrorModel Package Description org.alfresco.rest.core org.alfresco.rest.model -
-
Uses of RestErrorModel in org.alfresco.rest.core
Methods in org.alfresco.rest.core that return RestErrorModel Modifier and Type Method Description RestErrorModelRestWrapper. assertLastError()Methods in org.alfresco.rest.core with parameters of type RestErrorModel Modifier and Type Method Description voidRestWrapper. setLastError(RestErrorModel errorModel) -
Uses of RestErrorModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestErrorModel Modifier and Type Method Description RestErrorModelRestErrorModel. containsErrorKey(java.lang.String expected)RestErrorModelRestErrorModel. containsSummary(java.lang.String summary)RestErrorModelRestErrorModel. descriptionURLIs(java.lang.String expected)RestErrorModelRestErrorModel. stackTraceIs(java.lang.String expected)RestErrorModelRestErrorModel. statusCodeIs(org.springframework.http.HttpStatus statusCode)
-