소개
This skill streamlines the setup of standardized error handling across backend projects by implementing global middleware for .NET (ASP.NET Core) and Python (FastAPI). It generates custom exception classes, maps errors to standard HTTP status codes, and ensures compliance with the RFC 7807 Problem Details format. By differentiating between development and production environments, it helps prevent sensitive data leaks while providing developers with detailed diagnostic information during the development phase.