UiState<T, F>.error constructor

const UiState<T, F>.error(
  1. F failure
)

Implementation

const factory UiState.error(F failure) = Error;