-
Notifications
You must be signed in to change notification settings - Fork 4
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
Poor error message for empty subset #117
Labels
Comments
Agree. We should improve the error message. However, I don't think the portal UI allows you to do that. |
Needs to be fixed in the request handler |
For wps clients like MARVL |
We should add validation like this to this PR: #215 |
relates to https://github.com/aodn/issues/issues/445 |
relates to #266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce
Submit a subset request selecting no data (I specified an end time before the start time accidentally)
What happens
What I expect to happen
Get an error message saying end time cannot be before start time - or your subset selected no data or something along those lines.
The text was updated successfully, but these errors were encountered: