Reference
Error codes
Every E_* code emitted by the platform, with cause and remediation.
codingassist.bot error codes follow E_<CATEGORY>_<NUMBER>. Categories are stable; numbers are dense within a category.
Index
| Code | Category | Severity | Title |
|---|---|---|---|
E_TOK_002 | Tokens | error | Token decryption failed |
E_AC_001 | AC | warning | Ticket has no acceptance criteria |
Categories
| Category | Prefix | Owner |
|---|---|---|
| Tokens | E_TOK_* | Auth team |
| AC | E_AC_* | Pipeline team |
| Pipeline | E_PIP_* | Pipeline team |
| Provider | E_PRV_* | BYOM team |
| Webhook | E_WH_* | Platform team |
Reporting an error
If you hit an undocumented code, open an issue with the code, request_id from the response header, and a minimal reproduction.
Was this page helpful?