Skip to main content

error_response_with_message

Function error_response_with_message 

Source
pub fn error_response_with_message(
    status: StatusCode,
    code: &str,
    message: impl Into<String>,
) -> Result<ApiResponse, OpenAuthError>