data-subscriber icon indicating copy to clipboard operation
data-subscriber copied to clipboard

Improve error message when time bounds are out of order

Open celiaou-podaac opened this issue 2 years ago • 0 comments

Currently, if the provided -sd is a later time than -ed, the user will see a message ending with: urllib.error.HTTPError: HTTP Error 400: Bad Request

Suggestion to improve the error message for this case to use something like: Start date and end date are out of order. End date needs to be a later time than start date.

celiaou-podaac avatar Aug 09 '23 21:08 celiaou-podaac