Status Class | 
Namespace: Couchbase.Lite
public sealed class Status
The Status type exposes the following members.
| Name | Description | |
|---|---|---|
| Status | 
            Convenience constructor
              | |
| Status(StatusCode) | 
            Default constructor
              | 
| Name | Description | |
|---|---|---|
| Code | 
            The status code that this object holds
              | |
| IsError | 
            Gets whether or not the status code represents a failed action
              | |
| IsSuccessful | 
            Gets whether or not the status code represents a successful action
              | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToHttpStatus | 
            Converts a StatusCode to an HTTP compliant status
              | |
| ToString | 
            Returns a String that represents the current Status.
              (Overrides ObjectToString.) |