Skip to main content

retry_hint_from_mysql_database_error

Function retry_hint_from_mysql_database_error 

Source
fn retry_hint_from_mysql_database_error(
    number: Option<u16>,
    message: &str,
) -> RetryHint
Expand description

Converts MySQL database error details into a conservative retry hint.