defaultRetryableCodes top-level constant
Retryable status codes per RFC 0006. Exposed for callers building a custom RetryConfig.isRetryable predicate that delegates to the default set.
Implementation
const defaultRetryableCodes = <Code>{
Code.unavailable,
Code.resourceExhausted,
Code.aborted,
Code.deadlineExceeded,
};