Glossary coding Term Page
Exit code
the integer returned to the OS
Core Idea
Exit code is the integer returned to the OS; 0 means success, values ≥1 indicate failure. It usually makes the most sense alongside Typer, Subcommand.
Why It Matters Here
Mathbong reuses this term across python posts as shared vocabulary.