Function poem::error::TooManyRequests[][src]

pub fn TooManyRequests(err: impl Display) -> Error
Expand description

Wraps any error into Error and the status code is StatusCode::TOO_MANY_REQUESTS.