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

KVMap errors. More...

Static Public Attributes

static readonly int REQUEST_DISALLOWED = 14
 
static readonly int REQUEST_FAILED = 30
 

Detailed Description

KVMap errors.

IKVMapListener.OnError returns these constants.

Member Data Documentation

readonly int TIBCO.EFTL.KVMapListenerConstants.REQUEST_DISALLOWED = 14
static

The user is not authorized for map operations.

Administrators configure permissions.

readonly int TIBCO.EFTL.KVMapListenerConstants.REQUEST_FAILED = 30
static

The map operation failed.

To determine the root cause, examine the server log.

You may attempt the operation again.