pub fn model_error_retry_after( error: &(dyn Error + 'static), ) -> Option<Duration>
Returns the first upstream retry delay found in the error chain.