The most common exit codes are:
0 or 0x0: The operation completed successfully.
1 or 0x1: Incorrect function called or unknown function called.
10 or 0xa: The environment is incorrect.
0xC000013A: The application terminated as a result of a CTRL+C.
NOTE: The C indicates an error condition.