A list of statuses indicating various results and/or errors for Couchbase Lite
operations
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax Members
| Member name | Value | Description |
---|
| Unknown | -1 |
Unknown result (should not be used)
|
| MissingDependency | 1 |
A required dependency injection class is missing
|
| Reserved | 0 |
For internal use
|
| Forbidden | 403 |
The requested action is not allowed to be executed by any user (HTTP compliant)
|
| NotFound | 404 |
The requested item does not appear to exist (HTTP compliant)
|
| InvalidQuery | 490 |
An invalid query was attempted
|
See Also