Click or drag to resize

HttpResponseExceptionStatusCode Property

Gets or sets the status code associated with the error

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public HttpStatusCode StatusCode { get; set; }

Property Value

Type: HttpStatusCode
The status code.
See Also