KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CLI::EXIT_CODES Namespace Reference

Variables

static const int AVOID_CLOSING = -1
 
static const int SUCCESS = 0
 
static const int OK = 0
 
static const int ERR_ARGS = 1
 
static const int ERR_UNKNOWN = 2
 
static const int ERR_INVALID_INPUT_FILE = 3
 
static const int ERR_INVALID_OUTPUT_CONFLICT = 4
 Rules check violation count was greater than 0.
 
static const int ERR_RC_VIOLATIONS = 5
 

Variable Documentation

◆ AVOID_CLOSING

const int CLI::EXIT_CODES::AVOID_CLOSING = -1
static

Definition at line 28 of file exit_codes.h.

◆ ERR_ARGS

◆ ERR_INVALID_INPUT_FILE

◆ ERR_INVALID_OUTPUT_CONFLICT

◆ ERR_RC_VIOLATIONS

const int CLI::EXIT_CODES::ERR_RC_VIOLATIONS = 5
static

◆ ERR_UNKNOWN

◆ OK

◆ SUCCESS

const int CLI::EXIT_CODES::SUCCESS = 0
static