StreamLink.NET
SubscriptionError Enumeration
StreamLink.NETCaplin.StreamLink.SubscriptionSubscriptionError
Identifies the type of a subscription related error.
Declaration Syntax
C#Visual BasicVisual C++
public enum SubscriptionError
Public Enumeration SubscriptionError
public enum class SubscriptionError
Members
MemberDescription
NotFound
The requested subject could not be found.

ReadDenied
The client does not have permission to read the subject.

WriteDenied
The client does not have permission to write to the subject.

Unavailable
The requested subject is not available.

InvalidParameters
The parameters supplied with the subscription request were invalid.

Deleted
The subject of the subscription has been deleted.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.17.0 (5.0.17.0)