WithErrorMode
ox.OxApp.WithErrorMode
trait WithErrorMode[E, F[_]](em: ErrorMode[E, F]) extends OxApp
WithErrorMode variant of OxApp allows to specify what kind of error handling for the main function should be used. Base trait for integrations.
Type parameters
- E
-
Error type
- F
-
wrapper type for given ErrorMode
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class WithEitherErrors[E]
Members list
In this article