Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.0.2
-
None
-
None
Description
In the AbstractGenericHandler, if an implementation throws exceptions in their decodeResponse method, these are not caught and are in the end logged by Netty.
Let this kind of internal failure bubble up to the user, publishing it wrapped in a CouchbaseException on the onError method of the request's observable.