Interface RunTerminationReason
- All Known Implementing Classes:
- FailureStoppingFlow,- FailureStoppingOperation,- QueryExecutionFailure,- RunCompletion,- RunFailure,- UnexpectedRunFailure
public interface RunTerminationReason
- 
Method Summary
- 
Method Details- 
causescala.Option<Throwable> cause()Exception associated with the given run termination. This exception will be included in the error details in the associated terminal run progress event.- Returns:
- (undocumented)
 
- 
messageString message()User visible message associated with run termination. This will also be set as the message in the associated terminal run progress log.- Returns:
- (undocumented)
 
- 
terminalStateRunState terminalState()Terminal state for the given run.
 
-