The AuthError instance to evaluate.
true if the error indicates a transient condition (network, timeout,
server error, or rate limiting), otherwise false.
Retryable errors are those that may succeed on a subsequent attempt without
changing the request or credentials. Non‑retryable errors (e.g., invalid
credentials, CSRF expired) require user intervention or state reset.
Determines if an error is safe to retry.