fail method

void fail(
  1. E error
)

Implementation

void fail(E error) => _deferred.unsafeCompleteExit(Exit.left(Failure(error)));