Interface FailureResult

    • Method Detail

      • getFailures

        java.util.List<? extends Failure> getFailures()
        Returns the failures that occurred while running the operation, if any.
        Returns:
        the failures, empty if the operation failed without any specific failure information.