Uses of Interface
io.camunda.zeebe.client.api.command.ThrowErrorCommandStep1.ThrowErrorCommandStep2
-
Packages that use ThrowErrorCommandStep1.ThrowErrorCommandStep2 Package Description io.camunda.zeebe.client.api.command io.camunda.zeebe.client.impl.command -
-
Uses of ThrowErrorCommandStep1.ThrowErrorCommandStep2 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return ThrowErrorCommandStep1.ThrowErrorCommandStep2 Modifier and Type Method Description ThrowErrorCommandStep1.ThrowErrorCommandStep2ThrowErrorCommandStep1. errorCode(String errorCode)Set the errorCode for the error.ThrowErrorCommandStep1.ThrowErrorCommandStep2ThrowErrorCommandStep1.ThrowErrorCommandStep2. errorMessage(String errorMsg)Provide an error message describing the reason for the non-technical error. -
Uses of ThrowErrorCommandStep1.ThrowErrorCommandStep2 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement ThrowErrorCommandStep1.ThrowErrorCommandStep2 Modifier and Type Class Description classThrowErrorCommandImplMethods in io.camunda.zeebe.client.impl.command that return ThrowErrorCommandStep1.ThrowErrorCommandStep2 Modifier and Type Method Description ThrowErrorCommandStep1.ThrowErrorCommandStep2ThrowErrorCommandImpl. errorCode(String errorCode)ThrowErrorCommandStep1.ThrowErrorCommandStep2ThrowErrorCommandImpl. errorMessage(String errorMsg)
-