Attributes
Members list
Type members
Classlikes
Value parameters
- gracefulShutdownExitCode
-
This value is returned to the operating system as the exit code when the app receives SIGINT and shuts itself down gracefully. In the AppSettings.Default settings, the value is
ExitCode.Success
(0). JVM itself returns code130
when it receivesSIGINT
.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AppSettings.type
Simple variant of OxApp does not pass command line arguments and exits with exit code 0 if no exceptions were thrown.
Simple variant of OxApp does not pass command line arguments and exits with exit code 0 if no exceptions were thrown.
Attributes
- Supertypes
WithEitherErrors variant of OxApp integrates OxApp with an either
block and allows for usage of .ok()
combinators in the body of the main function.
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
- Supertypes
WithErrorMode variant of OxApp allows to specify what kind of error handling for the main function should be used. Base trait for integrations.
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
- Supertypes
- Known subtypes
-
class WithEitherErrors[E]