Uses of Class
com.couchbase.client.core.error.context.ErrorContext
-
Packages that use ErrorContext Package Description com.couchbase.client.core.error com.couchbase.client.core.error.context com.couchbase.client.core.msg.kv com.couchbase.client.core.util -
-
Uses of ErrorContext in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return ErrorContext Modifier and Type Method Description ErrorContextCouchbaseException. context()Returns the error context, if present.Methods in com.couchbase.client.core.error with parameters of type ErrorContext Modifier and Type Method Description static IndexNotFoundExceptionIndexNotFoundException. withMessageAndErrorContext(String message, ErrorContext errorContext) -
Uses of ErrorContext in com.couchbase.client.core.error.context
Subclasses of ErrorContext in com.couchbase.client.core.error.context Modifier and Type Class Description classAggregateErrorContextAn error context which combines more than one context to dump.classAnalyticsErrorContextclassCancellationErrorContextWhen a cancellation (i.e.classEventingErrorContextclassGenericErrorContextclassGenericHttpRequestErrorContextclassGenericRequestErrorContextThis generic error context can be constructed from any request and will pull out as much information as possible.classKeyValueErrorContextclassKeyValueIoErrorContextclassManagerErrorContextclassQueryErrorContextclassReducedAnalyticsErrorContextclassReducedKeyValueErrorContextclassReducedQueryErrorContextclassReducedSearchErrorContextclassReducedViewErrorContextclassSearchErrorContextclassSubDocumentErrorContextclassViewErrorContextMethods in com.couchbase.client.core.error.context that return types with arguments of type ErrorContext Modifier and Type Method Description List<ErrorContext>AggregateErrorContext. contexts()Constructor parameters in com.couchbase.client.core.error.context with type arguments of type ErrorContext Constructor Description AggregateErrorContext(List<ErrorContext> innerContexts) -
Uses of ErrorContext in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type ErrorContext Modifier and Type Method Description static InvalidArgumentExceptionSubdocMutateRequest. errIfNoCommands(ErrorContext errorContext)static InvalidArgumentExceptionSubdocMutateRequest. errIfTooManyCommands(ErrorContext errorContext) -
Uses of ErrorContext in com.couchbase.client.core.util
Method parameters in com.couchbase.client.core.util with type arguments of type ErrorContext Modifier and Type Method Description static <T> TValidators. notNull(T input, String identifier, Supplier<ErrorContext> errorContext)static byte[]Validators. notNullOrEmpty(byte[] input, String identifier, Supplier<ErrorContext> errorContext)static StringValidators. notNullOrEmpty(String input, String identifier, Supplier<ErrorContext> errorContext)static <T> List<T>Validators. notNullOrEmpty(List<T> input, String identifier, Supplier<ErrorContext> errorContext)static <T> Set<T>Validators. notNullOrEmpty(Set<T> input, String identifier, Supplier<ErrorContext> errorContext)
-