Skip to main content

error_response_with_status

Function error_response_with_status 

Source
pub fn error_response_with_status(
    status: StatusCode,
    code: ErrorCode,
    message: impl Into<String>,
) -> Response