Click or drag to resize

CouchbaseLiteExceptionCBLStatus Property

Gets the Status object holding the error code for this exception

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public Status CBLStatus { get; }

Property Value

Type: Status
See Also