Skip to content

429 error is not properly converted to an object #158

@avispeng

Description

@avispeng

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?
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions