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-b0125
Syntax
C#
public enum StatusCode
Members
  Member nameValueDescription
Unknown-1 Unknown result (should not be used)
Reserved0 For internal use
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)
See Also