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
Minor issue, but 404 is the default for when a resource does not exist.
See for instance https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses 404: "In an API, this can also mean that the endpoint is valid but the resource itself does not exist."
test.openml.org/api/v1/json/data/9999999999
Error code 404 (Not Found)
Error code 412 (Precondition failed)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Minor issue, but 404 is the default for when a resource does not exist.
See for instance https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses
404: "In an API, this can also mean that the endpoint is valid but the resource itself does not exist."
Steps/Code to Reproduce
Expected Results
Error code 404 (Not Found)
Actual Results
Error code 412 (Precondition failed)
The text was updated successfully, but these errors were encountered: