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

Completion errors. More...

Static Public Attributes

static readonly int PUBLISH_DISALLOWED = 12
 
static readonly int PUBLISH_FAILED = 11
 

Detailed Description

Completion errors.

ICompletionListener.OnError returns these constants.

Member Data Documentation

readonly int TIBCO.EFTL.CompletionListenerConstants.PUBLISH_DISALLOWED = 12
static

The server does not allow this user to publish messages.

Administrators configure permission to publish.

readonly int TIBCO.EFTL.CompletionListenerConstants.PUBLISH_FAILED = 11
static

The server failed to forward the published message.

To determine the root cause, examine the server log.

You may attempt to publish again.