Description
This change makes sure that the error context is included in the message of the CouchbaseException, not just in toString. This is important for setups where the message and the stack is printed individually and not through toString. In those cases the error context is not printing.