Exit Codes
Scripts can tell why the Paddi CLI failed from its exit code.
Scripts can tell what went wrong from the exit code:
| Code | Meaning |
|---|---|
0 | Success |
1 | User error (bad arguments, no project selected, …) |
2 | Authentication error (not logged in, or the API returned 401/403) |
3 | Server or network error (the API returned 5xx, or the connection failed) |