B0caml.Exitb0caml exit codes.
The type for exits. Either an exit code or a command to execv.
val code : t -> intcode c is the code of c raises Invalid_argument if c is Exec.
val conf_error : tconf_error is for configuration errors.
val comp_error : tcomp_error is for compilation errors. More specifically this is 127 (what shells use when the command is not found in path).
val miss_dep_error : tmiss_dep_error is used by the deps subcommand to report missing #mod_use or #directory paths.
val miss_log_error : tmiss_log_error is used by the log subcommand to report a missing lot.
val ok : tok is the zero exit code.
val some_error : tsome_error is used to indicate an indiscriminate error happened and was reported on stdout.