Click or drag to resize

StatusGetCode Method

Note: This API is now obsolete.

Gets the status code

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the Code property, this function is going away")]
public virtual StatusCode GetCode()

Return Value

Type: StatusCode
The status code
See Also