Interface IWorkflowSoftErrorDescriptor
- All Known Implementing Classes:
WorkflowSoftErrorDescriptor
public interface IWorkflowSoftErrorDescriptor
Wrapper class with all details for
INodeExecutionParams.softError(String, String, IValueCreator, Throwable)- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getCause
Throwable getCause()- Returns:
- The exception that caused the soft error. May be
nullwhen not caused by any exception.
-
getErrorValue
Consumer<IUnionValueBuilder> getErrorValue()- Returns:
- Function that takes a value builder to create the error value.
-
getMessage
String getMessage()- Returns:
- Message providing more details about the error.
-