# Functions
APIErrIs attempts to coerce err into an UnexpectedResponseError to check its status code.
FormattedMultiError wraps any non-nil multierrors with the multiErrorFunc.
MultiErrorFunc is a helper to convert the standard multierror output into something a little more friendly to consoles.
# Interfaces
StatusCoder is an error with an extra StatusCode method.