Package com.couchbase.client.core.error.context
package com.couchbase.client.core.error.context
-
ClassesClassDescriptionAn error context which combines more than one context to dump.When a cancellation (i.e. timeout) occurs we do only have the information available that is currently with the request, so this context is not service-specific and just dumps what's in there.The ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of the
CouchbaseException
.This generic error context can be constructed from any request and will pull out as much information as possible.