Skip to main content

is_retryable_error

Function is_retryable_error 

Source
pub fn is_retryable_error(
    error: &str,
    status_code: Option<u16>,
    config: &RetryConfig,
) -> bool
Expand description

判断错误是否可重试