Click or drag to resize

Status Class

A class for encapsulating a status code, and querying various information about it
Inheritance Hierarchy
SystemObject
  Couchbase.LiteStatus

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class Status

The Status type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCode
The status code that this object holds
Public propertyIsError
Gets whether or not the status code represents a failed action
Public propertyIsSuccessful
Gets whether or not the status code represents a successful action
Top
Methods
  NameDescription
Public methodGetCode Obsolete.
Gets the status code
Public methodSetCode Obsolete.
Modifies the status code being held by this object
Public methodStatic memberToHttpStatus
Converts a StatusCode to an HTTP compliant status
Public methodToString
Returns a String that represents the current Status.
(Overrides ObjectToString.)
Top
See Also