asError method

ErrorState<L, R> asError()

Implementation

ErrorState<L, R> asError() => (this as ErrorState<L, R>);