#include <ExitCode.h>
Public Types | |
| enum | Code { Success = 0, InvalidArgCount = 1, InvalidArgs = 2, InvalidCatalogFile = 3, FileNotExists = 4, OpenError = 5, WriteError = 6, NotEqual = 7, UnevenTestCount = 8, InternalError = 9, Regression = 10 } |
Definition at line 26 of file ExitCode.h.
Exit codes for programs part of KXQTS. The values for the enums are specified to make it easily understandable what number a symbol corresponds to.
| InvalidCatalogFile |
Used in kxqtsrunsuite |
| NotEqual | Used in the test program used for comparing files on the byte level. |
Definition at line 33 of file ExitCode.h.
1.5.1