0 | Success | The command completed successfully. |
1 | User error | The command cannot proceed due to invalid input: an unknown flag, a missing required argument, or a failed confirmation (e.g. datasets delete without --yes). Fix the command and re-run. |
2 | API error | The Landbase API returned an error, a resource was not found, a publish was required but not run, or a download failed. Check the error JSON on stderr for the error.code field. |
3 | Auth error | No valid authentication was available (no key, no session), or the key or session was rejected by the API. Run landbase-cli auth login to re-authenticate. |
4 | Network or timeout error | The request failed due to a connectivity issue or exceeded the configured timeout. Check your network and retry, or increase --timeout. |