Error.Exit_code
type t =
| Success
Everything terminated correctly and no bug was found.
| Found_bug
Analysis was successful and found a bug in the program.
| Tool_error
Soteria-C gave up on analysis
| Arg_parsing_error
User gave invalid arguments
val to_int : t -> Cmdliner.Cmd.Exit.code
val explain : t -> string