Package org.flowable.common.rest.api
Class RestError
java.lang.Object
org.flowable.common.rest.api.RestError
Used for creating a response that represent an error that occurred.
- Author:
- Frederik Heremans
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setErrorMessage
(String errorMessage) void
setStatusCode
(Integer statusCode)
-
Constructor Details
-
RestError
public RestError()
-
-
Method Details
-
getErrorMessage
-
setErrorMessage
-
getStatusCode
-
setStatusCode
-