-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Two different error messages in the same case #2578
Labels
type/feature req
Type: feature request
Comments
we should use error code to keep consistent. |
Will enhace this by |
|
Consistency of functions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nebula Graph version:
I was testing the index selection feature for
LOOKUP
, but found that when there is no index to use, Nebula Graph shows two different error messages:[ERROR (-1005)]: Storage Error: Index not found.
and[ERROR (-1005)]: There is no index to use at runtime
.Was this because the storage error code leaked out? They have the same code number
1005
.The text was updated successfully, but these errors were encountered: