# Functions
ErrorIfStatusCodeIsNot returns a retry condition function.
RunCommand runs the specified command with arguments and returns the output and the error if any.
Try try operation timeout, and retry backoff.
TryRequest try operation timeout, and retry backoff.
# Type aliases
Condition is a retry condition function.