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-b0520
 Syntax
Syntax Members
Members|  | Member name | Value | Description | 
|---|
|  | Unknown | -1 | Unknown result (should not be used) | 
|  | MissingDependency | 1 | A required dependency injection class is missing | 
|  | Unauthorized | 401 | The current user does not have the authorization to perform the current action,
            or a given password was incorrect (HTTP compliant) | 
|  | 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) | 
|  | NotAllowed | 405 | The action is not allowed (HTTP compliant) | 
|  | InvalidQuery | 490 | An invalid query was attempted | 
 See Also
See Also