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

Server swallows validation errors #4

Open
mmacaulay opened this issue Apr 15, 2014 · 0 comments
Open

Server swallows validation errors #4

mmacaulay opened this issue Apr 15, 2014 · 0 comments

Comments

@mmacaulay
Copy link
Contributor

Validation errors are getting lost in the jayson server. The client sees only an error message indicating that an internal error occurred.

{
  "jsonrpc":"2.0",
  "id":"18dabf6f-f09e-417c-b163-eac85dc94d24",
  "error": {
    "code":-32603,
    "message":"Internal error"
  }
}

To reproduce, call create-user from the console client, setting the email field to test.

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