Skip to content
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

Trying catch exceptions #66

Open
profactum opened this issue Feb 5, 2024 · 1 comment
Open

Trying catch exceptions #66

profactum opened this issue Feb 5, 2024 · 1 comment
Labels
enhancement Type: make the code neat or more efficient help wanted Community: does anyone want to work on it?

Comments

@profactum
Copy link

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...

@Young-Flash
Copy link
Collaborator

um, should expose to client side

@Young-Flash Young-Flash added enhancement Type: make the code neat or more efficient help wanted Community: does anyone want to work on it? labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: make the code neat or more efficient help wanted Community: does anyone want to work on it?
Projects
None yet
Development

No branches or pull requests

2 participants