pub fn is_transient_error(error: &str) -> boolExpand description
Determine whether an error message represents a transient failure that is safe to retry (network issues, rate limiting, timeouts).
Returns true if the error is likely transient and a retry may succeed.