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
Feature idea.
Return helpful error message when run import/upload fails
Describe the solution you'd like
When upload fails, I would like to get error message pointing me to what is wrong.
Additional information
When I upload like this:
$ curl --insecure -X POST -H 'Content-Type: application/json' -H "X-Horreum-API-Key: $HORREUM_API_TOKEN" 'https://horreum.corp.redhat.com/api/run/data?test=Golang-perf-test&start=2024-12-11T11:18:49Z&stop=2024-12-11T11:26:46Z&owner=Go-compiler-team&access=PUBLIC' -d @output.json Cannot upload to test Golang-perf-test
Error message is very generic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature idea.
Return helpful error message when run import/upload fails
Describe the solution you'd like
When upload fails, I would like to get error message pointing me to what is wrong.
Additional information
When I upload like this:
Error message is very generic.
The text was updated successfully, but these errors were encountered: