ox.OxApp.WithEitherErrors
WithEitherErrors variant of OxApp integrates OxApp with an either
block and allows for usage of .ok()
combinators in the body of the main function.
Type parameters
-
E
-
Error type
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
This template method is to be implemented by abstract classes that add integration for particular error handling data structure of type F[_].
This template method is to be implemented by abstract classes that add integration for particular error handling data structure of type F[_].
Attributes
-
Definition Classes
-
Attributes
-
Inherited from:
-
OxApp
Allows implementor of this trait to translate an error that app finished with into a concrete ExitCode.
Allows implementor of this trait to translate an error that app finished with into a concrete ExitCode.
Attributes
-
Inherited from:
-
WithErrorMode