NoErrorMode
An error mode which doesn't allow reporting application errors.
However, forks can still fail by throwing exceptions.
Attributes
- Graph
-
- Supertypes
- Self type
-
NoErrorMode.type
Members list
Value members
Concrete methods
Get the E
error value, called only if isError(f)
returns true
.
Get the E
error value, called only if isError(f)
returns true
.
Attributes
- Definition Classes
Get the T
successful value, called only if isError(f)
returns false
.
Get the T
successful value, called only if isError(f)
returns false
.
Attributes
- Definition Classes
Check if f
represents an error, or success.
Embed a value of type T
into the F
context.
Inherited methods
Adds a suppressed exception to the value being represented by error
. This is only called if isError(error)
returns true
. By default, the suppressed exception is discarded and the original value is returned.
Adds a suppressed exception to the value being represented by error
. This is only called if isError(error)
returns true
. By default, the suppressed exception is discarded and the original value is returned.
Attributes
- Inherited from:
- ErrorMode