package b0

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

Module B0_driver.ExitSource

Driver exit codes.

See also B0_cli.Exit

Sourceval build_error : B0_std.Os.Exit.t

build_error indicates a build error.

Sourceval b0_file_error : B0_std.Os.Exit.t

b0_file_error indicates a b0 file error.

Sourceval deploy_error : B0_std.Os.Exit.t

deploy_error indicates a deploy error.

Sourceval no_b0_file : B0_std.Os.Exit.t

no_b0_file indicates no b0 file could be found.

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