Class CouchbaseSQLiteException
An exception used to indicate a SQLite operation error. The possible errors are enumerated as SQLiteStatus for convenience. This class has a domain type of SQLite
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class CouchbaseSQLiteException : CouchbaseException
Properties
| Improve this Doc View SourceBaseError
Gets the error as a SQLiteStatus
Declaration
public SQLiteStatus BaseError { get; }
Property Value
Type | Description |
---|---|
SQLiteStatus |