Error Domain=CouchbaseLite Code=6 “Invalid collection: either deleted, or db closed” UserInfo={NSLocalizedDescription=Invalid collection: either deleted, or db closed}
This error I am getting while Pushing some data to couchbase while debugging i got know database is open by checking it’s path and count, one more thing collection also get created with given name.
But somehow couchbase throwing the above error and after this error for another saving operation on the database i getting the below error
**Error Domain=CouchbaseLite Code=1 “Assertion failed: !_inTransaction” UserInfo={NSLocalizedDescription=Assertion failed: !_inTransaction}
**
Thank you for help!!