Error Codes
| Error code | Exit code | Meaning |
|---|---|---|
AUTH_FAILED | 3 | Login or token resolution failed. |
AUTH_TOKEN_EXPIRED | 3 | Stored token expired. |
PERMISSION_DENIED | 4 | Graph or local capability check denied the operation. |
NOT_FOUND | 5 | Resource was not found. |
RATE_LIMITED | 6 | Graph throttled after retries. |
NETWORK_ERROR | 7 | Network send or timeout failure. |
SERVER_ERROR | 8 | Graph 5xx after retries. |
CONFIG_ERROR | 10 | Config file problem. |
KEYRING_ERROR | 10 | Local credential store problem. |