Interface IWorkflowSoftErrorDescriptor

All Known Implementing Classes:
WorkflowSoftErrorDescriptor

public interface IWorkflowSoftErrorDescriptor
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getCause

      Throwable getCause()
      Returns:
      The exception that caused the soft error. May be null when 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.