public interface ExecutionResult
ExecutionResult is the result of any type of execution in tapir. An ExecutionResult is provided for
skipped executions as well.| Modifier and Type | Method and Description |
|---|---|
Optional<ComparableThrowable> |
getComparableThrowable()
Returns the throwable, if there is any.
|
ExecutionState |
getExecutionState()
Returns the execution state.
|
ExecutionState getExecutionState()
Optional<ComparableThrowable> getComparableThrowable()
ExecutionState.FAILED.Copyright © 2018–2020 b+m Informatik AG. All rights reserved.