# Functions
Annotate prepends msg to the error message in err, attempting to preserve other information in err, like an error code.
Annotatef uses format and args to format a string, then calls Annotate.
Retry calls the supplied function f repeatedly according to the provided backoff parameters.