exit code
Computing term for the integer value returned by a process or program upon termination, indicating success or error status.
When the program terminates normally, the exit code is 0.
If an error occurs, the exit code is set to 1.
Compound of 終了 (shūryō, 'completion, termination') and コード (kōdo, from English 'code').