CouchbaseLiteException while purging

We are trying to purge documents unwanted like 10 days old documents. We are fetching those document id and purging them and facing below exception.

CouchbaseLiteException com.couchbase.lite.internal.CBLStatus in

com.couchbase.lite.internal.CBLStatus in convertException at line 92
com.couchbase.lite.internal.CBLStatus in convertException at line 46
com.couchbase.lite.AbstractDatabase in purgeSynchronized at line 1538
com.couchbase.lite.AbstractDatabase in purge at line 492
com.couchbase.lite.Database in purge at line 32
com.sample.example.helpers.dataBaseHelper.DatabaseManager in purgeDocuments at line 322
com.sample.example.core.features.login.LoginViewModel in purge at line 276

Can you explain us what caused the above exception

Is it possible that you have truncated that stack trace. It appears to be missing the information that would identify the problem.