Represents either a Success or Failure state.
An alias for outcomeOf that uses Throwable as the Error type.
An alias for outcomeOf that uses a String as the Error type.
Context runner that encapsulates the Ok result of block as an Outcome.Success, and any raised or caught errors as an Outcome.Failure.