All Superinterfaces:
Stage
Enclosing interface:
Stage

public static interface Stage.Failed extends Stage
A failed publisher.

When built, this must produce a publisher that immediately fails the stream with the passed in error.

  • Method Details

    • getError

      Throwable getError()
      The error.
      Returns:
      the error.