ErrorMode
ox.ErrorMode
Describes the representation of application errors. Such errors have type E
and are reported in context F
.
An application error is a value which is returned as a successful completion of a fork. However, unlike regular values, such error values are reported and cause the enclosing scope to end.
For any type T
, F[T]
represents a value which might either:
- be successful; in that case, a
T
instance can be derived - be an error; in that case, an
E
instance can be derived
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article