Name | |
---|---|
String | stringForStatus(final int type) |
class com::wombat::mama::MamaStatus;
Utility class for interpreting Mama status
static inline String stringForStatus(
final int type
)
Return: The description.
Return a text description of the message’s status.
static final short MAMA_STATUS_OK = 0;
Status OK
static final short MAMA_STATUS_NOMEM = 1;
Out of memory
static final short MAMA_STATUS_PLATFORM = 2;
Messaging platform specific error
static final short MAMA_STATUS_SYSTEM_ERROR = 3;
General system error
static final short MAMA_STATUS_INVALID_ARG = 4;
Invalid argument
static final short MAMA_STATUS_NULL_ARG = 5;
Null argument
static final short MAMA_STATUS_NOT_FOUND = 6;
Not found
static final short MAMA_STATUS_TIMER_FAILURE = 7;
Timer failure
static final short MAMA_STATUS_IP_NOT_FOUND = 8;
IP address not found
static final short MAMA_STATUS_TIMEOUT = 9;
Timeout e.g. when subscribing to a symbol
static final short MAMA_STATUS_NOT_ENTITLED = 10;
Not entitled to the symbol being subscribed to
static final short MAMA_STATUS_PROPERTY_TOO_LONG = 11;
Property too long
static final short MAMA_STATUS_MD_NOT_OPENED = 12;
MD Not opened
static final short MAMA_STATUS_PUB_SUB_NOT_OPENED = 13;
Publish/subscribe not opened
static final short MAMA_STATUS_ENTITLEMENTS_NOT_ENABLED = 14;
Entitlements not enabled
static final short MAMA_STATUS_BAD_TRANSPORT_TYPE = 15;
Bad transport type
static final short MAMA_STATUS_UNSUPPORTED_IO_TYPE = 16;
Using unsupported I/O type
static final short MAMA_STATUS_TOO_MANY_DISPATCHERS = 17;
Too many dispatchers
static final short MAMA_STATUS_NOT_IMPLEMENTED = 18;
Not implemented
static final short MAMA_STATUS_WRONG_FIELD_TYPE = 19;
Wrong field type
static final short MAMA_STATUS_BAD_SYMBOL = 20;
Invalid symbol
static final short MAMA_STATUS_IO_ERROR = 21;
I/O error
static final short MAMA_STATUS_NOT_INSTALLED = 22;
Not installed
static final short MAMA_STATUS_CONFLATE_ERROR = 23;
Conflation error
static final short MAMA_STATUS_QUEUE_FULL = 24;
Event dispatch queue full
static final short MAMA_STATUS_QUEUE_END = 25;
End of event queue reached
static final short MAMA_STATUS_NO_BRIDGE_IMPL = 26;
No bridge
static final short MAMA_STATUS_INVALID_QUEUE = 27;
Invalid queue
static final short MAMA_STATUS_DELETE = 29;
Message Type DELETE
static final short MAMA_STATUS_NOT_PERMISSIONED = 4001;
Not permissioned for the subject
static final short MAMA_STATUS_SUBSCRIPTION_INVALID_STATE = 5001;
Subscription is in an invalid state.
static final short MAMA_STATUS_QUEUE_OPEN_OBJECTS = 5002;
Queue has open objects.
static final short MAMA_STATUS_SUBSCRIPTION_INVALID_TYPE = 5003;
The function isn’t supported for this type of subscription.
static final short MAMA_STATUS_NO_SUBSCRIBERS = 5006;
A symbol has no subscribers.
static final short MAMA_STATUS_EXPIRED = 5007;
The symbol has expired.
static final short MAMA_STATUS_BANDWIDTH_EXCEEDED = 5008;
The application’s bandwidth limit has been exceeded.
Updated on 2023-03-31 at 15:29:44 +0100