:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
If I'm not mistaken I can't tell the difference between ``` RethinkDb.Driver.ReqlOpFailedError Cannot perform read: primary replica for shard ["", +inf) not available ``` and ``` RethinkDb.Driver.ReqlOpFailedError Table `example.order_form_data` does not exist. ``` correct? I'm looking into availability and it's worth retrying on the first error but not on the second one. If exceptions had error codes or some other way of telling them apart (message text notwithstanding) that would enable me to write more granular retry policies.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by oliverjanik and has received 2 comments.