Expand description
Exit codes for agent-friendly error handling. Agents can branch on specific failure modes without parsing error text.
Constantsยง
- API_
ERROR - Jira API returned a non-2xx error.
- AUTH_
ERROR - Authentication failed (bad or missing token).
- GENERAL_
ERROR - General / unexpected error.
- INPUT_
ERROR - Bad user input or config error (wrong key format, missing config, etc.).
- NOT_
FOUND - Resource not found.
- RATE_
LIMIT - Rate limited by Jira.
- SUCCESS
- Command succeeded.