Derive Macro AxumErrorResponse

Source
#[derive(AxumErrorResponse)]
{
    // Attributes available to this derive:
    #[status_code]
    #[code]
    #[response]
}