Module exit_codes

Module exit_codes 

Source
Expand description

Exit codes following Unix conventions

Constantsยง

ERROR
General runtime error (e.g., ID generation failed due to system error)
SUCCESS
Successful execution
USAGE_ERROR
Invalid command-line arguments or usage (e.g., missing required params)