Click or drag to resize

Status Constructor (StatusCode)

Default constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public Status(
	StatusCode code
)

Parameters

code
Type: Couchbase.LiteStatusCode
The status code to hold
See Also