KiCad PCB EDA Suite
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
 

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

const int CLI::EXIT_CODES::ERR_INVALID_OUTPUT_CONFLICT = 4
static

◆ ERR_UNKNOWN

◆ OK

◆ SUCCESS

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

Definition at line 29 of file exit_codes.h.