Exit status codes

The mql(1) program has the following exit codes:

 * 0 : Success
 * 1 : Wrong usage
 * 2 : Connection to backend server could not be established
 * 3 : An exception occurred
 * 4 : Could not open file
 * 5 : Database error
 * 6 : Compiler error

Previous:Console output
Up:Via mql(1)
Next:Via C++