noun
exit code
Computing term for the integer value returned by a process or program upon termination, indicating success or error status.
プログラムが正常に終了した場合、終了コードは0になります。
When the program terminates normally, the exit code is 0.
エラーが発生すると、終了コードに1が設定されます。
If an error occurs, the exit code is set to 1.