Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.1.3
-
None
-
1
Description
Testing against: Couchbase 7.0.0-4554 onwards (at least)
Have seen collection manager regressions due to ScopeNotFound and CollectionNotFound errors not being used due to a parsing miss.
The server is returning 404's with the following content:
Scope not found:
{"errors":{"_":"Scope with name \"foobar\" is not found"}}
Collection not found:
{"errors":
}
Attachments
Issue Links
- duplicates
-
JCBC-1792 createCollection throws generic CouchbaseException instead of ScopeNotFoundExceptionÂ
- Resolved