-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
misleading error trying to select from non-existent series #778
Conversation
duplicate of #1004 |
#1004 is about existing series that don't have data for the requested timeperiod. if i understand correctly, now if you select a series that doesn't exist you get an empty response, I think it would be better to return an error that the series doesn't exist at all. |
That makes sense. Reopening |
@jvshahid In keeping with the current error message style, can we make it:
Or tell me it's fine as it is. ;) |
Looks good. I'll merge as soon as Travis finishes. |
misleading error trying to select from non-existent series
error should be something like "series 'this-series-DEFINITELY-doesnt-exist' not found"