Uses of Class
io.camunda.spring.client.exception.JobError
Packages that use JobError
-
Uses of JobError in io.camunda.spring.client.exception
Methods in io.camunda.spring.client.exception that return JobErrorModifier and TypeMethodDescriptionstatic JobErrorstatic JobErrorstatic JobErrorstatic JobErrorCamundaError.jobError(String errorMessage, Object variables, Integer retries, Duration retryBackoff) static JobErrorCamundaError.jobError(String errorMessage, Object variables, Integer retries, Duration retryBackoff, Throwable cause) -
Uses of JobError in io.camunda.spring.client.jobhandling
Methods in io.camunda.spring.client.jobhandling with parameters of type JobErrorModifier and TypeMethodDescriptionstatic StringJobHandlingUtil.createErrorMessage(JobError jobError)