Class CouchbaseWebsocketException
An exception that is thrown when there is an abnormal websocket condition detected. This exception has a domain of CouchbaseLite.
Inherited Members
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class CouchbaseWebsocketException : CouchbaseException
Properties
| Improve this Doc View SourceError
Gets the error as a CouchbaseLiteError
Declaration
public CouchbaseLiteError Error { get; }
Property Value
Type | Description |
---|---|
CouchbaseLiteError |