StatusCode Enumeration |
Namespace: Couchbase.Lite
public enum StatusCode
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | -1 | Unknown result (should not be used) | |
| 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) |