Hi there. We got 429 errors (rate limit reached) and tried to print err.body.error but that was undefined. We then just printed the entire err object and found out that err.body is a stringified object. That was why the fields inside err.body cannot be accessed directly. Shouldn't it be converted to an object like other errors?
