Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.1.1
-
Security Level: Public
-
None
Description
In the attempt to address
https://issues.couchbase.com/browse/CBL-4643
... the java code now catches all errors thrown in the interceptor and treats them as server errors.
IOExceptions are OkHttp's standard way of dealing with connection errors, so this code now makes any connection failure look like a server error.