You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 entireerr
object and found out thaterr.body
is a stringified object. That was why the fields insideerr.body
cannot be accessed directly. Shouldn't it be converted to an object like other errors?The text was updated successfully, but these errors were encountered: