Failed
works.iterative.ui.model.Computable.Failed
case class Failed(error: UserMessage) extends Computable[Nothing]
The computation failed
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Computable[Nothing]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Mark the computation as started
Update the computation state with new data
Inherited methods
Fail the computation
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Computable
In this article