Class TaskBpmnErrorDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.task.TaskBpmnErrorDto
- Direct Known Subclasses:
ExternalTaskBpmnError
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Map<String,
VariableValueDto> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setErrorCode
(String errorCode) void
setErrorMessage
(String errorMessage) void
setVariables
(Map<String, VariableValueDto> variables)
-
Field Details
-
errorCode
-
errorMessage
-
variables
-
-
Constructor Details
-
TaskBpmnErrorDto
public TaskBpmnErrorDto()
-
-
Method Details
-
getErrorCode
-
setErrorCode
-
getErrorMessage
-
setErrorMessage
-
getVariables
-
setVariables
-