Show / Hide Table of Contents

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

Inheritance
System.Object
CouchbaseException
CouchbaseSQLiteException
Inherited Members
CouchbaseException.Domain
CouchbaseException.Error
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class CouchbaseSQLiteException : CouchbaseException

Properties

| Improve this Doc View Source

BaseError

Gets the error as a SQLiteStatus

Declaration
public SQLiteStatus BaseError { get; }
Property Value
Type Description
SQLiteStatus
  • Improve this Doc
  • View Source
Back to top Generated by DocFX