[][src]Module mief::execution_flow::exit

Quit the application with standardized exit codes.

Enums

Code

The exit codes returned by the Mief.

Functions

fail_from_error

Quit the program execution. The exit code and message are chosen based on error.

fail_with_message

Quit the program execution with the given exit_code and an error message explaining the exit.

quit

Quit the program execution with the given code.

succeed

Quit the program execution with a Success exit code.