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 public HttpStatusCode StatusCode { get; set; }
Property Value
Type:
HttpStatusCodeThe status code.
See Also