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

Request errors. More...

Static Public Attributes

static readonly int REQUEST_DISALLOWED = 40
 
static readonly int REQUEST_FAILED = 41
 
static readonly int REQUEST_TIMEOUT = 99
 

Detailed Description

Request errors.

IRequestListener.OnError returns these constants.

Member Data Documentation

readonly int TIBCO.EFTL.RequestListenerConstants.REQUEST_DISALLOWED = 40
static

The server does not allow this user to publish messages.

Administrators configure permission to publish.

readonly int TIBCO.EFTL.RequestListenerConstants.REQUEST_FAILED = 41
static

The server failed to forward the request message.

You may attempt to publish again.

readonly int TIBCO.EFTL.RequestListenerConstants.REQUEST_TIMEOUT = 99
static

The request timed out.

No reply was received within the specified timeout.