Click or drag to resize

ILiveQueryLastError Property

If not null, the error of the last execution of the query. Otherwise, the query was sucessful

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0154
Syntax
C#
Exception LastError { get; }

Property Value

Type: Exception
See Also