소개
This skill ensures that your API endpoints and internal tools consistently return structured JSON errors instead of plain strings or sensitive tracebacks. It enforces a standardized schema including human-readable messages, unique request IDs for debugging, and ISO timestamps. By providing implementation patterns for FastAPI and custom Python exceptions, it helps developers build secure, traceable, and professional-grade backends while preventing the accidental exposure of sensitive system details to end users.