# Functions
IsRetryable returns false unless the error is explicitly retriable per https://godoc.org/google.golang.org/grpc/codes, or if the error codes is in retry.
RetriableErrorf wraps a formatted error into a RetriableError.
# Structs
Backoff specifies the parameters of the backoff algorithm.
RetriableError explicitly instructs Backoff to retry.