package b0

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Driver exit codes.

See also B00_cli.Exit

val build_error : B00_std.Os.Exit.t

build_error indicates a build error.

val b0_file_error : B00_std.Os.Exit.t

b0_file_error indicates a B0 file error.

val deploy_error : B00_std.Os.Exit.t

deploy_error indicates a deploy error.

val no_b0_file : B00_std.Os.Exit.t

no_b0_file indicates no B0 file could be found.

val infos : Cmdliner.Cmd.Exit.info list

infos has the infos of Cmdliner.Cmd.Exit.defaults, Os.Exit.ok, Os.Exit.some_error and those above.