Skip to content

Error message is not accessible #137

@dipapazacharias

Description

@dipapazacharias

I do a request to an API which throws errors in specific scenarios. The error reaches the browser as it should. The request's response on the browser's devtools is:

errors: [{message: "Account with provided email already exists", type: "ValidationError"}]

But when I do console.log(JSON.stringify(e, null, 2)) in the try catch block, I get:

{ "name": "StatusError", "statusCode": 422, "res": { "statusCode": 422 }, "headers": { "content-length": "111", "content-type": "application/json; charset=utf-8" } }

There is no message in the error object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions