issues
search
neo4j
/
neo4j-dotnet-driver
Neo4j Bolt driver for .NET
Apache License 2.0
232
stars
69
forks
source link
Retriable exceptions
#613
Closed
thelonelyvulpes
closed
2 years ago
thelonelyvulpes
commented
2 years ago
Neo4jExceptions return bool if can be retried using CanBeRetried Property.
Compatability mapping for 4.4 servers and 5.0 driver for codes:
Neo.TransientError.Transaction.Terminated
Neo.TransientError.Transaction.LockClientStopped
Rename exception extensions method from .IsRetriableError to .CanBeRetried.