summaryrefslogtreecommitdiffstats
path: root/ocamlbuild/exit_codes.ml
blob: 19cb4f02fc704ea513b518d1a820e45e20eb480d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
let rc_ok                              = 0
let rc_usage                           = 1
let rc_failure                         = 2
let rc_invalid_argument                = 3
let rc_system_error                    = 4
let rc_hygiene                         = 1
let rc_circularity                     = 5
let rc_solver_failed                   = 6
let rc_ocamldep_error                  = 7
let rc_lexing_error                    = 8
let rc_build_error                     = 9
let rc_executor_subcommand_failed      = 10
let rc_executor_subcommand_got_signal  = 11
let rc_executor_io_error               = 12
let rc_executor_excetptional_condition = 13