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
A retrieve of an unknown erratum id, for example:
retrieve
https://errata.es-doc.org/1/issue/retrieve?uid=01234567-89ab-cdef-0123-456789abcdef
fails with an HTTP 500 status, with content:
{"errorCode": 999, "errorMessage": "'NoneType' object has no attribute 'to_dict'", "errorType": "AttributeError", "errorField": "--"}
It would probably be better to fail with a 400 ("bad request") in one form or another.
The text was updated successfully, but these errors were encountered:
I agree Alan, I'll note this to be part of the errata coding sprint @momipsl and I will be holding end of this month.
Sorry, something went wrong.
@AtefBN Thanks.
No branches or pull requests
A
retrieve
of an unknown erratum id, for example:https://errata.es-doc.org/1/issue/retrieve?uid=01234567-89ab-cdef-0123-456789abcdef
fails with an HTTP 500 status, with content:
It would probably be better to fail with a 400 ("bad request") in one form or another.
The text was updated successfully, but these errors were encountered: