Click or drag to resize

StatusCode Enumeration

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
C#
public enum StatusCode
Members
  Member nameValueDescription
Unknown-1 Unknown result (should not be used)
MissingDependency1 A required dependency injection class is missing
Unauthorized401 The current user does not have the authorization to perform the current action, or a given password was incorrect (HTTP compliant)
Forbidden403 The requested action is not allowed to be executed by any user (HTTP compliant)
NotFound404 The requested item does not appear to exist (HTTP compliant)
NotAllowed405 The action is not allowed (HTTP compliant)
InvalidQuery490 An invalid query was attempted
See Also