Error Response Context
This module provides types and traits for creating standardized error response contexts that can be used with custom error response functions in the Axum Error Handler crate.
The main purpose is to allow custom error response functions to receive structured error information (status code, error code, message) that can be used to generate custom response formats while maintaining consistency with the error handling system.
Example Usage
use ErrorResponseContext;
use Response;