Skip to content

feat(backend): add operational runbook links for common error codes#1151

Open
MztaKing wants to merge 1 commit into
Devsol-01:mainfrom
MztaKing:feat/backend-error-runbooks-2
Open

feat(backend): add operational runbook links for common error codes#1151
MztaKing wants to merge 1 commit into
Devsol-01:mainfrom
MztaKing:feat/backend-error-runbooks-2

Conversation

@MztaKing

@MztaKing MztaKing commented Jun 30, 2026

Copy link
Copy Markdown

Closes #1129


This change adds operational runbook support for common backend error codes by mapping each known errorCode to a docsUrl and including that URL in standardized error responses. It also adds runbook documentation for the top common failure cases, improving developer guidance when errors occur.

What’s included
Error code → runbook/docs URL mapping
docsUrl added to standardized error payloads
Runbook pages added for common failures such as auth, validation, DB, RPC, and rate limiting
Regression test covering docsUrl emission in error responses
Verification
Ran:
cd backend && pnpm exec jest src/common/filters/enhanced-exception.filter.spec.ts --runInBand
Result: 1/1 test suite passed, 1/1 test passed

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nestera Ready Ready Preview, Comment Jun 30, 2026 2:23am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] -- Add Operational Runbook Links and Error Mapping for Common Failures

1 participant