# Functions
Retryable returns true for common errors that are considered retryable, i.e.
WithBackoff retries the passed function if it fails and the error allows it to retry.
# Type aliases
IsRetryable checks whether a new attempt can be started based on the error passed.
RetryableFunc is a retryable function.