Paddi

Exit Codes

Scripts can tell why the Paddi CLI failed from its exit code.


Scripts can tell what went wrong from the exit code:

CodeMeaning
0Success
1User error (bad arguments, no project selected, …)
2Authentication error (not logged in, or the API returned 401/403)
3Server or network error (the API returned 5xx, or the connection failed)