Interface IWorkflowSoftErrorDescriptor
- 
- All Known Implementing Classes:
 WorkflowSoftErrorDescriptor
public interface IWorkflowSoftErrorDescriptorWrapper class with all details forINodeExecutionParams.softError(String, String, IValueCreator, Throwable)- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetCause()Consumer<IUnionValueBuilder<String>>getErrorValue()StringgetMessage() 
 - 
 
- 
- 
Method Detail
- 
getCause
Throwable getCause()
- Returns:
 - The exception that caused the soft error. May be 
nullwhen not caused by any exception. 
 
- 
getErrorValue
Consumer<IUnionValueBuilder<String>> getErrorValue()
- Returns:
 - Function that takes a value builder to create the error value.
 
 
- 
getMessage
String getMessage()
- Returns:
 - Message providing more details about the error.
 
 
 - 
 
 -