This works towards our new list of errors on which we want our drivers to fail fast during discovery. Note, that the .NET (with and without this PR) is more strict than other drivers and tends to fail faster during discover.
Here are the error codes other drivers use to determine whether they should fail fast during discovery:
This works towards our new list of errors on which we want our drivers to fail fast during discovery. Note, that the .NET (with and without this PR) is more strict than other drivers and tends to fail faster during discover.
Here are the error codes other drivers use to determine whether they should fail fast during discovery:
Neo.ClientError.Database.DatabaseNotFound
Neo.ClientError.Transaction.InvalidBookmark
Neo.ClientError.Transaction.InvalidBookmarkMixture
Neo.ClientError.Statement.TypeError
Neo.ClientError.Statement.ArgumentError
Neo.ClientError.Request.Invalid
Neo.ClientError.Security.*
Neo.ClientError.Security.AuthorizationExpired