Closed
Description
In general, our users often don't log the specific error strings from things like APIError
(why would they, its not generally human readable nor machine-actionable), so we're left kinda in the dark when debugging. We should really make sure we duplicate the error to logs before we return, ensuring all errors are in one place where we can see them.