TIBCO eFTL™
Static Public Attributes | List of all members
TIBCO.EFTL.SubscriptionConstants Class Reference

Subscription errors. More...

Static Public Attributes

static readonly int SUBSCRIPTION_FAILED = 21
 
static readonly int SUBSCRIPTION_INVALID = 22
 
static readonly int SUBSCRIPTIONS_DISALLOWED = 13
 

Detailed Description

Subscription errors.

ISubscriptionListener.OnError returns these constants.

Member Data Documentation

readonly int TIBCO.EFTL.SubscriptionConstants.SUBSCRIPTION_FAILED = 21
static

The eFTL server could not establish the subscription.

To determine the root cause, examine the server log.

You may attempt to subscribe again.

readonly int TIBCO.EFTL.SubscriptionConstants.SUBSCRIPTION_INVALID = 22
static

The client supplied an invalid matcher or durable name in the subscribe call.

readonly int TIBCO.EFTL.SubscriptionConstants.SUBSCRIPTIONS_DISALLOWED = 13
static

The administrator has disallowed the user from subscribing for one-to-many messages.