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: 2.0.0-b0033
Syntax
C#
public sealed 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 methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from 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