Click or drag to resize

CouchbaseSQLiteExceptionBaseError Property

Gets the error as a SQLiteStatus

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public SQLiteStatus BaseError { get; }

Property Value

Type: SQLiteStatus
See Also