vector::aws

Function 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.