Click or drag to resize

HttpLogicError Enumeration

An enum for errors during HTTP requests

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public enum HttpLogicError
Members
  Member nameValueDescription
TooManyRedirects0 Too many redirect responses were received
BadRedirectLocation1 The redirect location is invalid or non-existent
Unauthorized2 An HTTP 401 was received
See Also