Status Class |
Namespace: Couchbase.Lite
public 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 | |
---|---|---|
![]() | GetCode | Obsolete.
Gets the status code
|
![]() | SetCode | Obsolete.
Modifies the status code being held by this object
|
![]() ![]() | ToHttpStatus |
Converts a StatusCode to an HTTP compliant status
|
![]() | ToString |
Returns a String that represents the current Status.
(Overrides ObjectToString.) |