# Problemize ## Docs - [Configurator](https://mintlify.wiki/FloppyShelf/Problemize/api/configurator.md): Extension methods to configure services and middleware for exception handling - [ExceptionHandler](https://mintlify.wiki/FloppyShelf/Problemize/api/exception-handler.md): Converts exceptions into standardized problem details responses - [IStatusCodeMapper](https://mintlify.wiki/FloppyShelf/Problemize/api/istatuscodemapper.md): Interface to map exceptions to HTTP status codes - [StatusCodeMapper](https://mintlify.wiki/FloppyShelf/Problemize/api/status-code-mapper.md): Default implementation that maps known exceptions to HTTP status codes - [Exception handling](https://mintlify.wiki/FloppyShelf/Problemize/concepts/exception-handling.md): Learn how Problemize implements centralized exception handling using ASP.NET Core's IExceptionHandler interface - [Problem details](https://mintlify.wiki/FloppyShelf/Problemize/concepts/problem-details.md): Learn about the RFC 9457 Problem Details format and how Problemize structures error responses - [Status code mapping](https://mintlify.wiki/FloppyShelf/Problemize/concepts/status-code-mapping.md): Understand how Problemize maps exception types to appropriate HTTP status codes using the IStatusCodeMapper interface - [Custom exceptions](https://mintlify.wiki/FloppyShelf/Problemize/guides/custom-exceptions.md): Create domain-specific exception types and integrate them with Problemize - [Custom status code mapper](https://mintlify.wiki/FloppyShelf/Problemize/guides/custom-status-mapper.md): Learn how to implement custom exception-to-status-code mapping using IStatusCodeMapper - [Validation errors](https://mintlify.wiki/FloppyShelf/Problemize/guides/validation-errors.md): Handle validation errors with ValidationProblemDetails for rich, structured error responses - [Installation](https://mintlify.wiki/FloppyShelf/Problemize/installation.md): Add FloppyShelf.Problemize to your .NET Web API project - [Introduction](https://mintlify.wiki/FloppyShelf/Problemize/introduction.md): Centralized exception handling for .NET Web APIs with standardized ProblemDetails responses - [Quickstart](https://mintlify.wiki/FloppyShelf/Problemize/quickstart.md): Get started with Problemize in under 5 minutes