HasError

sealed interface HasError<out E>(source)

Indicates that the implementation carries an error

Used for unified processing of Failure and FailureWithValue

Inheritors

Properties

Link copied to clipboard
abstract val error: E