Function vector::aws::is_retriable_error

source ยท
pub fn is_retriable_error<T>(error: &SdkError<T, HttpResponse>) -> bool
Expand description

Checks if the request can be retried after the given error was returned.