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