# Functions
New returns a new RetryableError with the given error and time period.
NewMaybeRetryableAggregate converts a slice of errors into a single error value.
# Interfaces
Error represents an error for an operation that should be retried after the specified duration.