| 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 |
|
| 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.
|
| 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 |
|
| JobQueueFullException |
Indicates the analytics server job queue is full
|
| LinkExistsException |
|
| LinkNotFoundException |
|
| MeterException |
Generic exception that captures all meter-related errors.
|
| 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.
|
| 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.
|
| TemporaryFailureException |
Thrown when the server reports a temporary failure.
|
| TimeoutException |
The TimeoutException signals that an operation timed out before it could be completed.
|
| 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.
|