We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there! We have some troubles with error capturing when using JDBC for Nebula https://github.com/nebula-contrib/nebula-jdbc. We are trying catch these errors:
E_SESSION_TIMEOUT -1003 Session timeout E_RPC_FAILURE -3 RPC failure E_GRAPH_MEMORY_EXCEEDED -2600 Graph memory exceeded E_STORAGE_MEMORY_EXCEEDED -3600 Storage memory exceeded
on client side, but jdbc-driver hiding them...
The text was updated successfully, but these errors were encountered:
um, should expose to client side
Sorry, something went wrong.
No branches or pull requests
Hi there! We have some troubles with error capturing when using JDBC for Nebula https://github.com/nebula-contrib/nebula-jdbc.
We are trying catch these errors:
on client side, but jdbc-driver hiding them...
The text was updated successfully, but these errors were encountered: