Uses of Class
com.couchbase.client.core.error.context.ErrorContext
Packages that use ErrorContext
Package
Description
-
Uses of ErrorContext in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return ErrorContextModifier and TypeMethodDescriptionCouchbaseException.context()Returns the error context, if present.Methods in com.couchbase.client.core.error with parameters of type ErrorContextModifier and TypeMethodDescriptionstatic IndexNotFoundExceptionIndexNotFoundException.withMessageAndErrorContext(String message, ErrorContext errorContext) Constructors in com.couchbase.client.core.error with parameters of type ErrorContextModifierConstructorDescriptionAuthenticationFailureException(String message, ErrorContext ctx, Throwable cause) BucketExistsException(String bucketName, ErrorContext context) BucketNotFoundException(String bucketName, ErrorContext errorContext) CollectionExistsException(String collectionName, ErrorContext context) CollectionNotFoundException(String collectionName, ErrorContext errorContext) CoreErrorCodeAndMessageException(ErrorCodeAndMessage errorCodeAndMessage, ErrorContext errorContext) CouchbaseException(String message, ErrorContext ctx) CouchbaseException(String message, Throwable cause, boolean enableSuppression, boolean writableStacktrace, ErrorContext ctx) CouchbaseException(String message, Throwable cause, ErrorContext ctx) DecodingFailureException(String message, Throwable cause, ErrorContext ctx) EventingFunctionCompilationFailureException(String message, ErrorContext ctx) EventingFunctionDeployedException(String message, ErrorContext ctx) EventingFunctionIdenticalKeyspaceException(String message, ErrorContext ctx) EventingFunctionNotBootstrappedException(String message, ErrorContext ctx) EventingFunctionNotDeployedException(String message, ErrorContext ctx) EventingFunctionNotFoundException(String message, ErrorContext ctx) HttpStatusCodeException(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponseStatus status, String content, Request<?> request, ErrorContext errorContext) IndexExistsException(String message, ErrorContext errorContext) IndexNotFoundException(ErrorContext errorContext) InternalServerFailureException(Throwable cause, ErrorContext ctx) InvalidArgumentException(String message, Throwable cause, ErrorContext ctx) MeterException(String message, ErrorContext ctx) MeterException(String message, Throwable cause, ErrorContext ctx) PreparedStatementFailureException(ErrorContext ctx, boolean retryable) QuotaLimitedException(ErrorContext errorContext) RateLimitedException(ErrorContext errorContext) ScopeExistsException(String scopeName, ErrorContext context) ScopeNotFoundException(String scopeName, ErrorContext context) ServiceNotAvailableException(String message, ErrorContext context) TimeoutException(String message, Throwable cause, boolean enableSuppression, boolean writableStacktrace, ErrorContext ctx) TracerException(String message, ErrorContext ctx) TracerException(String message, Throwable cause, ErrorContext ctx) -
Uses of ErrorContext in com.couchbase.client.core.error.context
Subclasses of ErrorContext in com.couchbase.client.core.error.contextModifier and TypeClassDescriptionclassAn error context which combines more than one context to dump.classclassWhen a cancellation (i.e.classclassclassclassThis generic error context can be constructed from any request and will pull out as much information as possible.classclassclassclassclassclassclassclassclassclassclassclassMethods in com.couchbase.client.core.error.context that return types with arguments of type ErrorContextConstructor parameters in com.couchbase.client.core.error.context with type arguments of type ErrorContext -
Uses of ErrorContext in com.couchbase.client.core.error.subdoc
Constructors in com.couchbase.client.core.error.subdoc with parameters of type ErrorContextModifierConstructorDescriptionPathInvalidException(String message, ErrorContext ctx) Deprecated.Deprecated. -
Uses of ErrorContext in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type ErrorContextModifier and TypeMethodDescriptionstatic 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 ErrorContextModifier and TypeMethodDescriptionstatic <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)