Skip to main content

new_rate_limit_error

Function new_rate_limit_error 

Source
pub fn new_rate_limit_error(
    code: u16,
    message: &str,
    details: &str,
    retry_after: Duration,
) -> Error
Expand description

Create a new rate-limit error.