Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
IThrowErrorCommandStep2 | ErrorCode (string errorCode) |
Set the errorCode for the error. | |
IThrowErrorCommandStep2 Zeebe.Client.Api.Commands.IThrowErrorCommandStep1.ErrorCode | ( | string | errorCode | ) |
Set the errorCode for the error.
If the errorCode can't be matched to an error catch event in the process, an incident will be created.
errorCode | the errorCode that will be matched against an error catch event |