Namespace Couchbase.Core.Exceptions.KeyValue
Classes
DeltaInvalidException
DocumentExistsException
DocumentLockedException
DocumentNotFoundException
DocumentNotJsonException
DocumentNotLockedException
Thrown when the server reports the document is already locked - generally raised when an unlocking operation is being performed.
DocumentTooDeepException
DocumentUnretrievableException
DurabilityAmbiguousException
DurabilityImpossibleException
DurabilityLevelNotAvailableException
DurableWriteInProgressException
DurableWriteReCommitInProgressException
KeyValueErrorContext
KeyValueException
MutationLostException
NumberTooBigException
PathExistsException
PathInvalidException
PathMismatchException
PathNotFoundException
PathTooBigException
PathTooDeepException
SendQueueFullException
ServerOutOfMemoryException
SocketNotAvailableException
Thrown when a socket is temporarily unavailable. This exception is caught and will force a retry.
SubDocException
This exception handles unrecoverable Sub-Doc API errors. It resolves the naming issue with SubdocExceptionException.