ErrorInterpretation
Attributes
- Source
- ErrorInterpretation.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait ErrorEffect[F]object ErrorEffect
- Self type
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
evaluate 1 action possibly having error effects
evaluate 1 action possibly having error effects
Execute a second action whether the first is successful or not
Attributes
- Source
- ErrorInterpretation.scala
evaluate 1 action possibly having error effects
evaluate 1 action possibly having error effects
Execute a second action if the first one is not successful, based on the error
Attributes
- Source
- ErrorInterpretation.scala
Attributes
- Source
- ErrorInterpretation.scala
ignore one possible exception that could be thrown
Lift a computation over a "small" error (for a subsystem) into a computation over a "bigger" error (for the full application)
Lift a computation over a "small" error (for a subsystem) into a computation over a "bigger" error (for the full application)
Attributes
- Source
- ErrorInterpretation.scala
evaluate 1 action possibly having error effects
evaluate 1 action possibly having error effects
Execute a second action if the first one is not successful
Attributes
- Source
- ErrorInterpretation.scala
Run an error effect.
Run an error effect.
Stop all computation if there is an exception or a failure.
Attributes
- Source
- ErrorInterpretation.scala
Translate an error effect to another one in the same stack a computation over a "bigger" error (for the full application)
Translate an error effect to another one in the same stack a computation over a "bigger" error (for the full application)
Attributes
- Source
- ErrorInterpretation.scala
evaluate 1 action possibly having error effects
evaluate 1 action possibly having error effects
Execute a second action if the first one is not successful, based on the error
The final value type is the same as the original type
Attributes
- Source
- ErrorInterpretation.scala
Inherited methods
create an Eff value from an error
create an Eff value from an error
Attributes
- Inherited from:
- ErrorCreation
- Source
- ErrorCreation.scala
create an Eff value from a computation
create an Eff value from a computation
Attributes
- Inherited from:
- ErrorCreation
- Source
- ErrorCreation.scala
create an Eff value from an exception
create an Eff value from an exception
Attributes
- Inherited from:
- ErrorCreation
- Source
- ErrorCreation.scala
create an Eff value from a failure
create an Eff value from a failure
Attributes
- Inherited from:
- ErrorCreation
- Source
- ErrorCreation.scala
create an Eff value from a computation
create an Eff value from a computation
Attributes
- Inherited from:
- ErrorCreation
- Source
- ErrorCreation.scala