ErrorCreation
org.atnos.eff.ErrorCreation
trait ErrorCreation[F] extends ErrorTypes[F]
Attributes
- Source
- ErrorCreation.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
Inherited types
type of errors: exceptions or failure messages
type of errors: exceptions or failure messages
Attributes
- Inherited from:
- ErrorTypes
- Source
- ErrorTypes.scala
base type for this effect: either an error or a computation to evaluate a "by-name" value
base type for this effect: either an error or a computation to evaluate a "by-name" value
Attributes
- Inherited from:
- ErrorTypes
- Source
- ErrorTypes.scala
Attributes
- Inherited from:
- ErrorTypes
- Source
- ErrorTypes.scala
Attributes
- Inherited from:
- ErrorTypes
- Source
- ErrorTypes.scala
Value members
Concrete methods
create an Eff value from an error
create an Eff value from a computation
create an Eff value from an exception
create an Eff value from a failure
create an Eff value from a computation
In this article