| Class | Description |
|---|---|
| CommonExceptions | |
| DefaultErrorUtil | |
| ErrorCodeAndMessage |
A numeric error code and associated human-readable error message.
|
| Exception | Description |
|---|---|
| AlreadyShutdownException |
Thrown if a resource is already permanently terminated and tried to be used afterwards.
|
| AmbiguousTimeoutException |
This is a special case of the timeout exception, signaling that the timeout happened with an ambiguous cause.
|
| AnalyticsException |
There was a problem fulfilling the analytics request.
|
| AuthenticationFailureException |
Every exception that has to do with authentication problems should either
instantiate or subclass from this type.
|
| BucketExistsException | |
| BucketNotFlushableException | |
| BucketNotFoundDuringLoadException |
Exception raised if during config load the bucket is not found (think: http 404).
|
| BucketNotFoundException | |
| BucketNotReadyDuringLoadException |
Exception raised if during config load the bucket is found, but not deemed ready yet.
|
| CasMismatchException |
Indicates an optimistic locking failure.
|
| CollectionExistsException | |
| CollectionNotFoundException | |
| CompilationFailureException |
The query failed to compile.
|
| ConfigException | |
| CoreErrorCodeAndMessageException |
This is an internal exception the user should never see;
The SDK should translate it to some other exception before
presenting it to the user.
|
| CouchbaseException |
The parent class for all exceptions created by this SDK (or clients using it).
|
| DatasetExistsException | |
| DatasetNotFoundException |
The queried dataset is not found on the server.
|
| DataverseExistsException | |
| DataverseNotFoundException | |
| DecodingFailureException |
Raised when provided content could not be successfully decoded.
|
| DesignDocumentNotFoundException | |
| DmlFailureException |
This exception is raised when the server fails to execute a DML query.
|
| DocumentExistsException |
Indicates an operation failed because the key already exists.
|
| DocumentLockedException |
Thrown when the server reports a temporary failure that
is very likely to be lock-related (like an already locked
key or a bad cas used for unlock).
|
| DocumentMutationLostException | |
| DocumentNotFoundException |
Indicates an operation failed because the key does not exist.
|
| DocumentNotLockedException |
Thrown when the server reports the document is already locked - generally raised when an unlocking operation is
being performed.
|
| DocumentUnretrievableException |
Indicates an operation completed but no successful document was retrievable.
|
| DurabilityAmbiguousException |
Naming TBD!
The synchronous replication durability work can return an ambiguous error (or we timeout waiting for the response,
which is effectively the same).
|
| DurabilityImpossibleException |
The given durability requirements are currently impossible to achieve, as not enough configured replicas
are currently available.
|
| DurabilityLevelNotAvailableException |
This exception is raised when a durability level has been requested that is not available on the server.
|
| DurableWriteInProgressException |
Returned if an attempt is made to mutate a key which already has a durable write pending.
|
| DurableWriteReCommitInProgressException |
The requested key has a SyncWrite which is being re-committed.
|
| EncodingFailureException |
Raised when provided content could not be successfully encoded.
|
| EventingFunctionCompilationFailureException |
Raised if the eventing function failed to compile on the server.
|
| EventingFunctionDeployedException |
Raised if the eventing function is currently deployed.
|
| EventingFunctionIdenticalKeyspaceException |
Raised if the source and metadata keyspace are the same.
|
| EventingFunctionNotBootstrappedException |
Raised if the eventing function is not bootstrapped at the time of request.
|
| EventingFunctionNotDeployedException |
Raised if the eventing function is not deployed.
|
| EventingFunctionNotFoundException |
Raised if the eventing function is not found.
|
| FeatureNotAvailableException |
Exception which states that the feature is not available for the bucket.
|
| GlobalConfigNotFoundException |
Exception thrown if global configs are supported but the server tells the client that there is currently
non available.
|
| GroupNotFoundException | |
| HttpStatusCodeException | |
| IndexesNotReadyException | |
| IndexExistsException | |
| IndexFailureException |
Indicates an operation failed because there has been an issue with the query planner or similar.
|
| IndexNotFoundException | |
| InternalServerFailureException |
Indicates an operation failed because there has been an internal error in the server.
|
| InvalidArgumentException | |
| InvalidRequestException | |
| JobQueueFullException |
Indicates the analytics server job queue is full
|
| LinkExistsException | |
| LinkNotFoundException | |
| MeterException |
Generic exception that captures all meter-related errors.
|
| MutationTokenOutdatedException | |
| NoAccessDuringConfigLoadException | |
| OperationDoesNotExist |
Raised when a requested subdoc operation does not exist.
|
| ParsingFailureException |
Indicates an operation failed because parsing of the input returned with an error.
|
| PlanningFailureException |
Indicates an operation failed because there has been an issue with the query planner.
|
| PreparedStatementFailureException |
Indicates an operation failed because there has been an issue with query prepared statements.
|
| QueryException |
There was a problem fulfilling the query request.
|
| QuotaLimitedException |
This error is raised if the operation failed due to hitting a quota-limit on the server side.
|
| RangeScanPartitionFailedException |
This is an internal exception used to signal exceptional states in the range scan orchestrator.
|
| RateLimitedException |
This error is raised if the operation failed due to hitting a rate-limit on the server side.
|
| ReplicaNotAvailableException | |
| ReplicaNotConfiguredException | |
| RequestCanceledException | |
| ScopeExistsException | |
| ScopeNotFoundException | |
| SecurityException | |
| SeedNodeOutdatedException |
Used to signal that the seed node used for an operation is outdated and might need to be refreshed.
|
| ServerOutOfMemoryException |
Thrown when Couchbase Server returns with an Out of Memory error.
|
| ServiceNotAvailableException |
Exception which states that the service is not available for the bucket.
|
| StacklessCompletionException |
Internal optimisation to avoid the cost of completableFuture.completeExceptionally() creating a CompletionException
(including expensive stack creation).
|
| TemporaryFailureException |
Thrown when the server reports a temporary failure.
|
| TimeoutException |
The
TimeoutException signals that an operation timed out before it could be completed. |
| TooManyInstancesException |
Raised if more SDK instances are created than allowed in configuration.
|
| TracerException |
Generic exception that captures all tracer-related errors.
|
| UnambiguousTimeoutException |
This is a special case of the timeout exception, signaling that the timeout happened with no ambiguous cause.
|
| UnsupportedConfigMechanismException | |
| UserNotFoundException | |
| ValueTooLargeException |
Thrown when the request is too big for some reason.
|
| ViewNotFoundException | |
| ViewServiceException |
There was a problem fulfilling the view request.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.