- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1
Functions: Error codes
        Dannes Wessels edited this page Apr 4, 2015 
        ·
        2 revisions
      
    the codes below are under discussion
| Error code | Description | 
|---|---|
| COBA0000 | Generic exception. | 
| COBA0001 | Forbidden: the clusterId is not valid. | 
| COBA0002 | IllegalArgumentException: invalid value. | 
| COBA0010 | CouchbaseException: generic Couchbase exception. | 
| COBA0011 | TimeoutException: the timeout is exceeded. | 
| COBA0012 | BackpressureException: the incoming request rate is too high to be processed. | 
| COBA0013 | RequestCancelledException: The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying. | 
| COBA0014 | TemporaryFailureException: The server is currently not able to process the request, retrying may help. | 
| COBA0015 | CouchbaseOutOfMemoryException: The server is out of memory. | 
| COBA0016 | ViewDoesNotExistException: the design document or view is not found. | 
| COBA0017 | DocumentAlreadyExistsException: the document already exists. | 
| COBA0018 | DocumentDoesNotExistException: the document does not exist. | 
| COBA0019 | RequestTooBigException: the request content is too big. | 
| COBA0020 | TranscodingException: the server response could not be decoded. | 
| COBA0021 | InvalidPasswordException: the password for the bucket does not match. | 
