You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a better way to detect error codes when running queries? I don't want to rely on string matching to find out specific errors like "duplicated primary key".
class QueryResult doesn't seem to have an error code. Refer: https://github.com/kuzudb/kuzu/blob/master/src/include/main/query_result.h
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a better way to detect error codes when running queries? I don't want to rely on string matching to find out specific errors like "duplicated primary key".
class QueryResult doesn't seem to have an error code. Refer:
https://github.com/kuzudb/kuzu/blob/master/src/include/main/query_result.h
Beta Was this translation helpful? Give feedback.
All reactions