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
TransactionError on session.run() on busy session (#1170)
Raise `TransactionError` (subclass of `DriverError`) instead of `ClientError`
(subclass of `Neo4jError`) when calling `session.run()` while an explicit
transaction is active on that session.
- This improves the differentiation between `DriverError` for client-side
errors and `Neo4jError` for server-side errors.
- It is now the same error raised as when trying to start an explicit
transaction while another explicit transaction is already active.
0 commit comments