Click or drag to resize

CouchbaseLiteExceptionCode Property

Directly gets the status code of the exception for fast access

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
public StatusCode Code { get; }

Property Value

Type: StatusCode
See Also