Class JobErrorRequest
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.JobErrorRequest
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class JobErrorRequest
extends Object
JobErrorRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorMessage(String errorMessage) @NotNull StringThe error code that will be matched with an error catch event.An error message that provides additional context.JSON object that will instantiate the variables at the local scope of the error catch event that catches the thrown error.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetVariables(Map<String, Object> variables) toString()
-
Constructor Details
-
JobErrorRequest
public JobErrorRequest() -
JobErrorRequest
Constructor with only required parameters
-
-
Method Details
-
errorCode
-
getErrorCode
The error code that will be matched with an error catch event.- Returns:
- errorCode
-
setErrorCode
-
errorMessage
-
getErrorMessage
An error message that provides additional context.- Returns:
- errorMessage
-
setErrorMessage
-
variables
-
putVariablesItem
-
getVariables
JSON object that will instantiate the variables at the local scope of the error catch event that catches the thrown error.- Returns:
- variables
-
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-