Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messaging does not provide verbose messages #180

Open
esot321c opened this issue Nov 16, 2023 · 0 comments
Open

Error messaging does not provide verbose messages #180

esot321c opened this issue Nov 16, 2023 · 0 comments

Comments

@esot321c
Copy link

When returning an error to ergopay or ergoauth requests, the user is not presented with the error.message

image

As in this example, the message simply describes the status code, even though in the api we tried:

return res.status(409).json({
        error: "Address already attached to an account. ",
        message: "Address already attached to an account. "
      })
@esot321c esot321c changed the title Error messaging does not work Error messaging does not provide verbose messages Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant