We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, creating a bad document will cause two errors to be reported in an invalid JSON format.
{"error":"Content: the length must be between 2 and 400000.","payload":{}} {"error":"sql: no rows in result set","payload":{}}
Steps to reproduce the behavior (What were you doing at the time?):
We should only include the first error and end the response before the second one is written.
The text was updated successfully, but these errors were encountered:
fix(server/fetch.go): fix #434
15c357c
fix(create.go): only write single error when encountered
22d729f
closes #434
refactor: merge pr #449
bcd986f
Documentation updates, fix for #434
lukewhrit
No branches or pull requests
Describe the bug
Currently, creating a bad document will cause two errors to be reported in an invalid JSON format.
To Reproduce
Steps to reproduce the behavior (What were you doing at the time?):
Expected behavior
We should only include the first error and end the response before the second one is written.
The text was updated successfully, but these errors were encountered: