CouchbaseLiteExceptionGetCBLStatus Method |
Note: This API is now obsolete.
Gets the Status object holding the error code for this exception
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the CBLStatus property instead")]
public Status GetCBLStatus()
Return Value
Type:
Statusthe Status object holding the error code for this exception
See Also