Exception | Description |
---|---|
CouchDbException |
Base runtime exception class.
|
DocumentConflictException |
Thrown when a conflict is detected during save or update.
|
NoDocumentException |
Thrown when a requested document is not found.
|
PreconditionFailedException |
CouchDbException class for HTTP 412 precondition failed status codes
|
TooManyRequestsException |
CouchDbException class for HTTP 429 too many requests status code
|