Module: Gerrit::CLI::ExitCodes

Defined in:
lib/gerrit/cli.rb

Overview

Set of semantic exit codes we can return.

Constant Summary collapse

OK =

Successful execution

0
ERROR =

Generic error

1
USAGE =

User error (bad command line or invalid input)

64
SOFTWARE =

Internal software error (bug)

70
CONFIG =

Configuration error (invalid file or options)

78