public static class SolEnum.SubCode
extends java.lang.Object
Solclient.getLastErrorInfo()
.
NOTE: The error subCode is historic and only updated
when an API does not return SolEnum.ReturnCode.OK
. When an API call
returns SolEnum.ReturnCode.OK
the subCode is not meaningful and might not
always be SolEnum.SubCode.OK
.
A subCode is always set when a API call does not return
SolEnum.ReturnCode.OK
.
The application must be able to accept any SubCode to allow for new
SubCode to be added in the future and allow for forward compatibility.
When examining and acting on the SubCode, the application should act on
any specific SubCode it needs to take different actions on, and then must
perform a default action for any other SubCode value. A SubCode can be
converted to a string through SolEnum.SubCode.toString(int)
.
The following SubCode values can be returned from any API entry point:
SolEnum.SubCode.INIT_NOT_CALLED
(except for functions documented as
being allowed to be called before Solclient.init(String[])
)
SolEnum.SubCode.PARAM_OUT_OF_RANGE
SolEnum.SubCode.PARAM_NULL_PTR
(functions that accept pointer
parameters)
SolEnum.SubCode.PARAM_CONFLICT
(functions that have interdependent
parameters)
SolEnum.SubCode.INTERNAL_ERROR
SolEnum.SubCode.OS_ERROR
SolEnum.SubCode.OUT_OF_MEMORY
Modifier and Type | Field and Description |
---|---|
static int |
AD_APP_ACK_FAILED_NOT_SUPPORTED
SolEnum.MessageOutcome.FAILED
and SolEnum.MessageOutcome.REJECTED
message settlement outcomes not supported on the Solace Message Router. |
static int |
ASSURED_MESSAGING_NOT_ESTABLISHED
A send call was made to send a Guaranteed message before Guaranteed
Delivery is established (Deprecated).
|
static int |
ASSURED_MESSAGING_STATE_ERROR
An attempt was made to start Guaranteed Delivery when it is already
started.
|
static int |
BASIC_AUTHENTICATION_IS_SHUTDOWN
The client attempted to connect to an Appliance that has the basic
authentication shutdown.
|
static int |
BROWSING_NOT_SUPPORTED_ON_PARTITIONED_QUEUE
The client attempted to use a browser flow on a partitioned queue.
|
static int |
CACHE_ALREADY_IN_PROGRESS
A cache request has been made when there is already a cache request
outstanding on the same Topic and
SolEnum.CacheLiveDataAction.FLOWTHRU was not set. |
static int |
CACHE_ERROR_RESPONSE
The cache instance has returned an error response to the request.
|
static int |
CACHE_INVALID_SESSION
The cache session operation failed because the Session has been
destroyed.
|
static int |
CACHE_LIVEDATA_FULFILL
The cache session operation completed when live data arrived on the
Topic requested.
|
static int |
CACHE_NO_DATA
When the cache request returns
SolEnum.ReturnCode.INCOMPLETE ,
this SubCode indicates there is no cached data in the designated
cache. |
static int |
CACHE_REQUEST_CANCELLED
The cache request has been cancelled by the client.
|
static int |
CACHE_SUSPECT_DATA
When the designated cache responds to a cache request with suspect
data the API returns
SolEnum.ReturnCode.INCOMPLETE with this
SubCode. |
static int |
CACHE_TIMEOUT
The cache session operation failed because the request timeout
expired.
|
static int |
CANNOT_BIND_TO_QUEUE
Already bound to the queue, or not authorized to bind to the queue.
|
static int |
CANNOT_BLOCK_IN_CONTEXT
An API function was invoked in the Context thread that would have
blocked otherwise.
|
static int |
CANNOT_MODIFY_WHILE_NOT_IDLE
An attempt was made to modify a property that cannot be modified
while Session is not idle.
|
static int |
CERTIFICATE_DATE_INVALID
The client attempted to connect to an Appliance that does not have a
valid certificate date.
|
static int |
CLIENT_ACL_DENIED
The client login to the Appliance was denied because the IP
address/netmask combination used for the client is designated in the
ACL (Access Control List) as a deny connection for the given Message
VPN and username.
|
static int |
CLIENT_CERTIFICATE_AUTHENTICATION_IS_SHUTDOWN
The client attempted to connect to an Appliance that has the client
certificate authentication shutdown.
|
static int |
CLIENT_CERTIFICATE_DATE_INVALID
The client failed to connect to an Appliance as it does not have a
valid client certificate date.
|
static int |
CLIENT_DELETE_IN_PROGRESS
The client login not currently possible as previous instance of same
client still being deleted.
|
static int |
CLIENT_INITIATED_REPLAY_BROWSER_FLOW_NOT_ALLOWED
The client attempted to bind with both
FlowHandle.PROPERTIES.BROWSER
enabled and
FlowHandle.PROPERTIES.REPLAY_START_LOCATION set. |
static int |
CLIENT_INITIATED_REPLAY_INACTIVE_FLOW_NOT_ALLOWED
The client attempted to start replay on an inactive flow.
|
static int |
CLIENT_INITIATED_REPLAY_NON_EXCLUSIVE_NOT_ALLOWED
The client attempted to start replay on a flow bound to a non-exclusive endpoint.
|
static int |
CLIENT_NAME_ALREADY_IN_USE
The Session is attempting to use a client, publisher name, or
subscriber name that is in use by another client, publisher, or
subscriber, and the Appliance is configured to reject the new
Session.
|
static int |
CLIENT_NAME_INVALID
The client name chosen has been rejected as invalid by the Appliance.
|
static int |
CLIENT_USERNAME_IS_SHUTDOWN
The username for the client is administratively shutdown on the
Appliance.
|
static int |
COMMIT_OR_ROLLBACK_IN_PROGRESS
The client attempted to send/receive a message or commit/rollback a
transaction when a transaction commit/rollback is in progress.
|
static int |
COMMIT_STATUS_UNKNOWN
The commit response was lost due to a transport layer
reconnection to an alternate host in the host list.
|
static int |
COMMUNICATION_ERROR
An API call failed due to a communication error.
|
static int |
COMPRESSED_SSL_NOT_SUPPORTED
The client attempted to establish a Session or Flow with ssl and compression, but the capability is not supported by the appliance.
|
static int |
CONTAINER_BUSY
An attempt was made to add a field to a map or stream while a sub map
or stream is being built.
|
static int |
CONTROL_OTHER
The Appliance rejected a control message for another reason not
separately enumerated.
|
static int |
DATA_OTHER
The Appliance rejected a data message for another reason not
separately enumerated.
|
static int |
DBLOCK_ALREADY_EXISTS
An attempt was made to allocate a datablock for a msg element when
one already exists.
|
static int |
DELIVER_TO_ONE_INVALID
Deprecated.
New applications should use shared subscriptions instead.
|
static int |
DELIVERY_COUNT_NOT_SUPPORTED
The message was received from endpoint that does not support delivery count
|
static int |
DELIVERY_MODE_UNSUPPORTED
Attempt was made from a Transacted Session to send a message with the
delivery mode
SolEnum.MessageDeliveryMode.DIRECT . |
static int |
DYNAMIC_CLIENTS_NOT_ALLOWED
The username for the Session has not been set and dynamic clients are
not allowed.
|
static int |
ENDPOINT_ALREADY_EXISTS
An attempt was made to create a Queue or Topic Endpoint that already
exists.
|
static int |
ENDPOINT_MODIFIED
The client attempted to commit a transaction with an Endpoint being
shutdown or deleted.
|
static int |
ENDPOINT_PROPERTY_MISMATCH
An attempt was made to create a dynamic durable endpoint and it was
found to exist with different properties.
|
static int |
FAILED_LOADING_CERTIFICATE_AND_KEY
The client failed to load certificate and/or private key files.
|
static int |
FAILED_LOADING_TRUSTSTORE
The client failed to load the trust store.
|
static int |
FLOW_ACTIVE_FLOW_INDICATION_UNSUPPORTED
The client attempted to establish a Flow with Active Flow Indication
(
FlowHandle.PROPERTIES.ACTIVE_FLOW_IND ) enabled and the capability is
not supported by the appliance. |
static int |
FLOW_UNBOUND
The client attempted to receive message from an UNBOUND Flow with no
queued messages in memory.
|
static int |
INIT_NOT_CALLED
An API call failed due to solClient_initialize() not being called
first.
|
static int |
INSUFFICIENT_SPACE
An API call failed due to insufficient space to accept more data.
|
static int |
INTERNAL_ERROR
An API call had an internal error (not an application fault).
|
static int |
INVALID_CONNECTION_OWNER
The client attempted to commit a transaction with an unknown
connection ID.
|
static int |
INVALID_DATA_CONVERSION
An attempt was made to retrieve structured data with wrong type.
|
static int |
INVALID_DURABILITY
The client has attempted to bind a flow to a durable queue or topic endpoint
with SOLCLIENT_FLOW_PROP_BIND_ENTITY_DURABLE disabled.
|
static int |
INVALID_FLOW_OPERATION
An API call failed due to the attempted operation not being valid for
the Flow.
|
static int |
INVALID_SELECTOR
An attempt was made to bind to a Queue or Topic Endpoint with an
invalid selector.
|
static int |
INVALID_SESSION_OPERATION
An API call failed due to the attempted operation not being valid for
the Session.
|
static int |
INVALID_SMF_MESSAGE
Unused by JavaRTO
|
static int |
INVALID_TOPIC_NAME_FOR_TE
An attempt was made to bind to a Topic Endpoint with an invalid
topic.
|
static int |
INVALID_TOPIC_SYNTAX
An attempt was made to use a Topic that has a syntax which is not
supported.
|
static int |
INVALID_TRANSACTED_SESSION_ID
The client attempted to commit or rollback a transaction with an
invalid Transacted Session Id.
|
static int |
INVALID_TRANSACTION_ID
The client attempted to commit or rollback a transaction with an
invalid transaction Id.
|
static int |
INVALID_VIRTUAL_ADDRESS
An attempt was made to connect to the wrong IP address on the
Appliance (must use CVRID if configured) or the Appliance CVRID has
changed and this was detected on reconnect.
|
static int |
KEEP_ALIVE_FAILURE
The Session Keep-Alive detected a failed Session.
|
static int |
KERBEROS_AUTHENTICATION_IS_SHUTDOWN
The client attempted to connect to an Appliance that has the Kerberos
authentication shutdown.
|
static int |
LIBRARY_NOT_LOADED
The client failed to find the library or symbol.
|
static int |
LOGIN_FAILURE
The client could not log into the Appliance (bad username or
password).
|
static int |
LOW_PRIORITY_MSG_CONGESTION
The message was rejected by the Appliance as one or more matching
endpoints exceeded the reject-low-priority-msg-limit.
|
static int |
MAX_CLIENTS_FOR_QUEUE
An attempt was made to bind to a Queue that already has a maximum
number of clients.
|
static int |
MAX_CLIENTS_FOR_TE
An attempt was made to bind to a Topic Endpoint that already has a
maximum number of clients.
|
static int |
MAX_MESSAGE_USAGE_EXCEEDED
Publishing of message denied because the maximum spooled message
count was exceeded.
|
static int |
MAX_TOTAL_MSGSIZE_EXCEEDED
An attempt was made to send a message with a total size greater than
that supported by the protocol.
|
static int |
MAX_TRANSACTED_SESSIONS_EXCEEDED
The client failed to open a Transacted Session as it exceeded the max
Transacted Sessions.
|
static int |
MAX_TRANSACTIONS_EXCEEDED
The client failed to open a Transacted Session as the maximum number
of transactions was exceeded.
|
static int |
MESSAGE_CONSUME_FAILURE
The client attempted to commit a transaction with a consume failure
encountered.
|
static int |
MESSAGE_ID_NOT_COMPARABLE
Replication Group Message Id are not comparable.
|
static int |
MESSAGE_PUBLISH_FAILURE
The client attempted to commit a transaction with a GD publish failure
encountered.
|
static int |
MESSAGE_TOO_LARGE
The client attempted to send a message larger than that supported by
the Appliance.
|
static int |
MISMATCHED_ENDPOINT_ERROR_ID
Endpoint error ID in the bind request does not match the endpoint's error ID.
|
static int |
MISSING_REPLY_TO
A message does not have the required reply-to field.
|
static int |
MSG_VPN_NOT_ALLOWED
The Message VPN name configured for the session does not exist.
|
static int |
MSG_VPN_UNAVAILABLE
The Message VPN name set for the Session (or the default Message VPN,
if none was set) is currently shutdown on the Appliance.
|
static int |
NO_LOCAL_NOT_SUPPORTED
The client attempted to establish a Session or Flow with No Local
enabled and the capability is not supported by the Appliance.
|
static int |
NO_MORE_NON_DURABLE_QUEUE_OR_TE
An attempt was made to bind to a non-durable Queue or Topic Endpoint,
and the Appliance is out of resources.
|
static int |
NO_STRUCTURED_DATA
An attempt was made to create a container to read structured data
where none exists.
|
static int |
NO_SUBSCRIPTION_MATCH
The client attempted to publish a guaranteed message to a topic that did not have any
guaranteed subscription matches or only matched a replicated topic.
|
static int |
NO_TRANSACTION_STARTED
The client attempted to commit an unknown transaction.
|
static int |
OBJECT_DESTROYED
The operation cannot be completed because the object (context, session, flow) for the method has been destroyed in another thread.
|
static int |
OK
No error.
|
static int |
OS_ERROR
An API call failed due to a failed operating system call; an error
string can be retrieved with
Solclient.getLastErrorInfo() . |
static int |
OUT_OF_MEMORY
An API call failed due to inability to allocate memory.
|
static int |
OUT_OF_REPLAY_RESOURCES
A replay was requested, but the router does not have sufficient resources to fulfill the request, due to too many active replays.
|
static int |
OUT_OF_RESOURCES
An API call failed due to lack of resources (for example, starting a
timer when all timers are in use).
|
static int |
PARAM_CONFLICT
An API call was made with a parameter combination that is not valid.
|
static int |
PARAM_NULL_PTR
An API call was made with a null or invalid pointer parameter.
|
static int |
PARAM_OUT_OF_RANGE
An API call was made with an out-of-range parameter.
|
static int |
PERMISSION_NOT_ALLOWED
An attempt was made to delete or create a Queue or Topic Endpoint
when the Session does not have authorization for the action.
|
static int |
PROTOCOL_ERROR
An API call failed due to a protocol error with the Appliance (not an
application fault).
|
static int |
PROXY_AUTH_FAILURE
The host entry contained invalid proxy authentication when required by the proxy server.
|
static int |
PROXY_AUTH_REQUIRED
The host entry did not contain proxy authentication when required by the proxy server.
|
static int |
PUBLISH_ACL_DENIED
A message could not be published because its Topic matched a Topic
defined on the ACL (Access Control List).
|
static int |
PUBLISHER_NOT_CREATED
Client attempted to send a message from a Transacted Session without
creating a default publisher flow.
|
static int |
PUBLISHER_NOT_ESTABLISHED
A send call was made on a transacted session before its publisher is
established.
|
static int |
QUEUE_NOT_FOUND
The specified Queue was not found when publishing a message.
|
static int |
QUEUE_SHUTDOWN
An attempt was made to operate on a shutdown queue.
|
static int |
QUEUENAME_INVALID_MODE
An attempt was made to use a Queue name on a non-Guaranteed message.
|
static int |
QUEUENAME_TOO_LARGE
An attempt was made to use a Queue name which is longer than the
maximum supported length.
|
static int |
QUEUENAME_TOPIC_CONFLICT
Both Queue Name and Topic are specified in solClient_session_send.
|
static int |
QUOTA_OUT_OF_RANGE
An attempt was made to provision an endpoint with a quota that is out
of range.
|
static int |
REPLAY_CANCELLED
A replay in progress on a flow was administratively cancelled, causing the flow to be unbound.
|
static int |
REPLAY_DISABLED
Replay is not enabled in the message-vpn.
|
static int |
REPLAY_FAILED
A replay in progress on a flow failed.
|
static int |
REPLAY_LOG_MODIFIED
A replay in progress on a flow failed because the replay log was modified.
|
static int |
REPLAY_MESSAGE_REJECTED
The Solace Message Router attempted to replay a message, but the queue/topic endpoint rejected the message to the sender.
|
static int |
REPLAY_MESSAGE_UNAVAILABLE
A replay in progress on a flow failed because messages to be replayed were trimmed from the replay log.
|
static int |
REPLAY_NOT_SUPPORTED
Replay is not supported on the Solace Message Router.
|
static int |
REPLAY_START_MESSAGE_UNAVAILABLE
A replay was requested but the requested start message is not available in the replay log.
|
static int |
REPLAY_START_TIME_NOT_AVAILABLE
A replay was requested but the requested start time is not available in the replay log.
|
static int |
REPLAY_STARTED
A replay was started on the queue/topic endpoint, either by another client or by an adminstrator on the message router.
|
static int |
REPLAY_TEMPORARY_NOT_SUPPORTED
Replay is not supported on temporary endpoints.
|
static int |
REPLICATION_IS_STANDBY
An attempt to perform an operation using a VPN that is configured to
be STANDBY for replication.
|
static int |
SELECTOR_MATCH_ERROR
The client attempted to bind to a non-exclusive topic endpoint that is already bound
with a different ingress selector.
|
static int |
SELECTORS_NOT_SUPPORTED_ON_PARTITIONED_QUEUE
The client attempted to use an egress selector when binding to a partitioned queue.
|
static int |
SERVICE_UNAVAILABLE
Guaranteed Delivery services are not enabled on the Appliance.
|
static int |
SESSION_NOT_ESTABLISHED
An API call failed due to the Session not being established.
|
static int |
SHARED_SUBSCRIPTIONS_ENDPOINT_NOT_ALLOWED
The client attempted to add a shared subscription to a queue or topic endpoint.
|
static int |
SHARED_SUBSCRIPTIONS_NOT_ALLOWED
The client attempted to add a shared subscription on a client that is not permitted to use shared subscriptions.
|
static int |
SHARED_SUBSCRIPTIONS_NOT_SUPPORTED
The client attempted to add a shared subscription, but the capability is not supported by the appliance.
|
static int |
SOLCLIENT_SUBCODE_LOG_FILE_ERROR
Could not open the log file name specified by the application for
writing (Deprecated -
SolEnum.SubCode.OS_ERROR is used). |
static int |
SOLCLIENT_SUBCODE_REPLAY_ANONYMOUS_NOT_SUPPORTED
The client attempted to start replay on a flow bound to an anonymous queue.
|
static int |
SOLCLIENT_SUBCODE_SYNC_REPLICATION_INELIGIBLE
A guaranteed message was rejected because the broker has been configured to
reject messages when sync replication mode is ineligible.
|
static int |
SPOOL_OVER_QUOTA
Message was not delivered because the Guaranteed message spool is
over its allotted space quota.
|
static int |
SUBSCRIPTION_ACL_DENIED
Adding a subscription was denied because it matched a subscription
that was defined on the ACL (Access Control List).
|
static int |
SUBSCRIPTION_ALREADY_PRESENT
The client attempted to add a subscription which already exists.
|
static int |
SUBSCRIPTION_ATTRIBUTES_CONFLICT
The client attempted to add a subscription which already exists but
it has different properties,
Consider switching to shared subscriptions instead of deliver to one
|
static int |
SUBSCRIPTION_INVALID
The client attempted to add/remove a subscription that is not valid.
|
static int |
SUBSCRIPTION_MANAGER_DENIED
An attempt was made to add a subscription to another client when
Session does not have subscription manager privileges.
|
static int |
SUBSCRIPTION_MATCH_ERROR
The client attempted to bind to a non-exclusive topic endpoint that is already bound
with a different subscription.
|
static int |
SUBSCRIPTION_NOT_FOUND
The client attempted to remove a subscription which did not exist.
|
static int |
SUBSCRIPTION_OTHER
The Appliance rejected a subscription add or remove request for a
reason not separately enumerated.
|
static int |
SUBSCRIPTION_TOO_MANY
The client attempted to add a subscription that exceeded the maximum
number allowed.
|
static int |
TE_SHUTDOWN
An attempt was made to bind to a shutdown Topic Endpoint.
|
static int |
TIMEOUT
An API call failed due to a timeout.
|
static int |
TOO_MANY_CLIENTS
The client login not currently possible becuase the maximum number of
active clients on Appliance has already been reached.
|
static int |
TOPIC_MISSING
A send call was made that did not have a Topic in a mode where one is
required (for example, client mode).
|
static int |
TOPIC_OR_SELECTOR_MODIFIED_ON_DURABLE_TOPIC_ENDPOINT
A replay was in progress on a Durable Topic Endpoint (DTE) when its topic or selector was modified, causing the replay to fail.
|
static int |
TOPIC_TOO_LARGE
An attempt was made to use a Topic that is longer than the maximum
that is supported.
|
static int |
TRANSACTED_SESSION_NAME_IN_USE
The client failed to open a Transacted Session as the Transacted
Session name provided is being used by another opened session.
|
static int |
TRANSACTION_FAILURE
The client attempted to commit a transaction with too many transaction
steps.
|
static int |
UNBIND_RESPONSE_LOST
The application called solClient_flow_destroy() and the
unbind-response was not received.
|
static int |
UNEXPECTED_UNBIND
An unexpected unbind response was received for a Queue or Topic
Endpoint (for example, the Queue or Topic Endpoint was deleted from
the Appliance).
|
static int |
UNKNOWN_CLIENT_NAME
An attempt was made to add a subscription to another client that is
unknown on the Appliance.
|
static int |
UNKNOWN_FLOW_NAME
The session was disconnected due to loss of the publisher flow state.
|
static int |
UNKNOWN_QUEUE_NAME
An attempt was made to bind to an unknown Queue name (for example,
not configured on Appliance).
|
static int |
UNKNOWN_START_LOCATION
The client attempted to start a replay but provided an unknown start location type.
|
static int |
UNKNOWN_TE_NAME
An attempt was made to bind to an unknown Topic Endpoint name (for
example, not configured on Appliance).
|
static int |
UNRESOLVED_HOST
The client failed to connect because the host name could not be
resolved.
|
static int |
UNSUBSCRIBE_NOT_ALLOWED_CLIENTS_BOUND
The client attempted to unsubscribe a Topic from a Topic Endpoint
while there were still Flows bound to the endpoint.
|
static int |
UNTRUSTED_CERTIFICATE
The client attempted to connect to an Appliance that has a suspect
certficate.
|
static int |
UNTRUSTED_CLIENT_CERTIFICATE
The client failed to connect to an Appliance as it has a suspect
client certificate.
|
static int |
UNTRUSTED_COMMONNAME
The client attempted to connect to an Appliance that has a suspect
common name.
|
static int |
USER_DATA_TOO_LARGE
An attempt was made to send a message with user data larger than the
maximum that is supported.
|
static int |
XML_PARSE_ERROR
The Appliance could not parse an XML message.
|
Constructor and Description |
---|
SubCode() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int OK
public static final int PARAM_OUT_OF_RANGE
public static final int PARAM_NULL_PTR
public static final int PARAM_CONFLICT
public static final int INSUFFICIENT_SPACE
public static final int OUT_OF_RESOURCES
public static final int INTERNAL_ERROR
public static final int OUT_OF_MEMORY
public static final int PROTOCOL_ERROR
public static final int INIT_NOT_CALLED
public static final int TIMEOUT
public static final int KEEP_ALIVE_FAILURE
public static final int SESSION_NOT_ESTABLISHED
public static final int OS_ERROR
Solclient.getLastErrorInfo()
.public static final int COMMUNICATION_ERROR
Solclient.getLastErrorInfo()
.public static final int USER_DATA_TOO_LARGE
public static final int TOPIC_TOO_LARGE
public static final int INVALID_TOPIC_SYNTAX
public static final int XML_PARSE_ERROR
public static final int LOGIN_FAILURE
public static final int INVALID_VIRTUAL_ADDRESS
public static final int CLIENT_DELETE_IN_PROGRESS
public static final int TOO_MANY_CLIENTS
public static final int SUBSCRIPTION_ALREADY_PRESENT
SessionHandle.PROPERTIES.IGNORE_DUP_SUBSCRIPTION_ERROR
is not
enabled.public static final int SUBSCRIPTION_NOT_FOUND
SessionHandle.PROPERTIES.IGNORE_DUP_SUBSCRIPTION_ERROR
is not
enabled.public static final int SUBSCRIPTION_INVALID
public static final int SUBSCRIPTION_OTHER
public static final int CONTROL_OTHER
public static final int DATA_OTHER
public static final int SOLCLIENT_SUBCODE_LOG_FILE_ERROR
SolEnum.SubCode.OS_ERROR
is used).public static final int MESSAGE_TOO_LARGE
public static final int SUBSCRIPTION_TOO_MANY
public static final int INVALID_SESSION_OPERATION
public static final int TOPIC_MISSING
public static final int ASSURED_MESSAGING_NOT_ESTABLISHED
public static final int ASSURED_MESSAGING_STATE_ERROR
public static final int QUEUENAME_TOPIC_CONFLICT
public static final int QUEUENAME_TOO_LARGE
public static final int QUEUENAME_INVALID_MODE
public static final int MAX_TOTAL_MSGSIZE_EXCEEDED
public static final int DBLOCK_ALREADY_EXISTS
public static final int NO_STRUCTURED_DATA
public static final int CONTAINER_BUSY
public static final int INVALID_DATA_CONVERSION
public static final int CANNOT_MODIFY_WHILE_NOT_IDLE
public static final int MSG_VPN_NOT_ALLOWED
public static final int CLIENT_NAME_INVALID
public static final int MSG_VPN_UNAVAILABLE
public static final int CLIENT_USERNAME_IS_SHUTDOWN
public static final int DYNAMIC_CLIENTS_NOT_ALLOWED
public static final int CLIENT_NAME_ALREADY_IN_USE
public static final int CACHE_NO_DATA
SolEnum.ReturnCode.INCOMPLETE
,
this SubCode indicates there is no cached data in the designated
cache.public static final int CACHE_SUSPECT_DATA
SolEnum.ReturnCode.INCOMPLETE
with this
SubCode.public static final int CACHE_ERROR_RESPONSE
public static final int CACHE_INVALID_SESSION
public static final int CACHE_TIMEOUT
public static final int CACHE_LIVEDATA_FULFILL
public static final int CACHE_ALREADY_IN_PROGRESS
SolEnum.CacheLiveDataAction.FLOWTHRU
was not set.public static final int MISSING_REPLY_TO
public static final int CANNOT_BIND_TO_QUEUE
public static final int INVALID_TOPIC_NAME_FOR_TE
public static final int UNKNOWN_QUEUE_NAME
public static final int UNKNOWN_TE_NAME
public static final int MAX_CLIENTS_FOR_QUEUE
public static final int MAX_CLIENTS_FOR_TE
public static final int UNEXPECTED_UNBIND
public static final int QUEUE_NOT_FOUND
public static final int CLIENT_ACL_DENIED
public static final int SUBSCRIPTION_ACL_DENIED
public static final int PUBLISH_ACL_DENIED
@Deprecated public static final int DELIVER_TO_ONE_INVALID
public static final int SPOOL_OVER_QUOTA
public static final int QUEUE_SHUTDOWN
public static final int TE_SHUTDOWN
public static final int NO_MORE_NON_DURABLE_QUEUE_OR_TE
public static final int ENDPOINT_ALREADY_EXISTS
SolEnum.ProvisionFlags.IGNORE_EXIST_ERRORS
is not set.public static final int PERMISSION_NOT_ALLOWED
public static final int INVALID_SELECTOR
public static final int MAX_MESSAGE_USAGE_EXCEEDED
public static final int ENDPOINT_PROPERTY_MISMATCH
public static final int SUBSCRIPTION_MANAGER_DENIED
public static final int UNKNOWN_CLIENT_NAME
public static final int QUOTA_OUT_OF_RANGE
public static final int SUBSCRIPTION_ATTRIBUTES_CONFLICT
public static final int INVALID_SMF_MESSAGE
public static final int NO_LOCAL_NOT_SUPPORTED
public static final int UNSUBSCRIBE_NOT_ALLOWED_CLIENTS_BOUND
public static final int CANNOT_BLOCK_IN_CONTEXT
SessionHandle.PROPERTIES.SEND_BLOCKING
enabled and the transport
(socket or IPC) channel is full. All application callback functions
are executed in the Context thread.public static final int FLOW_ACTIVE_FLOW_INDICATION_UNSUPPORTED
FlowHandle.PROPERTIES.ACTIVE_FLOW_IND
) enabled and the capability is
not supported by the appliance.public static final int UNRESOLVED_HOST
public static final int INVALID_FLOW_OPERATION
public static final int UNKNOWN_FLOW_NAME
SessionHandle.connect
again.public static final int REPLICATION_IS_STANDBY
public static final int LOW_PRIORITY_MSG_CONGESTION
public static final int LIBRARY_NOT_LOADED
public static final int FAILED_LOADING_TRUSTSTORE
public static final int UNTRUSTED_CERTIFICATE
public static final int UNTRUSTED_COMMONNAME
public static final int CERTIFICATE_DATE_INVALID
public static final int FAILED_LOADING_CERTIFICATE_AND_KEY
public static final int BASIC_AUTHENTICATION_IS_SHUTDOWN
public static final int CLIENT_CERTIFICATE_AUTHENTICATION_IS_SHUTDOWN
public static final int UNTRUSTED_CLIENT_CERTIFICATE
public static final int CLIENT_CERTIFICATE_DATE_INVALID
public static final int CACHE_REQUEST_CANCELLED
public static final int DELIVERY_MODE_UNSUPPORTED
SolEnum.MessageDeliveryMode.DIRECT
.public static final int PUBLISHER_NOT_CREATED
public static final int FLOW_UNBOUND
public static final int INVALID_TRANSACTED_SESSION_ID
public static final int INVALID_TRANSACTION_ID
public static final int MAX_TRANSACTED_SESSIONS_EXCEEDED
public static final int TRANSACTED_SESSION_NAME_IN_USE
public static final int SERVICE_UNAVAILABLE
public static final int NO_TRANSACTION_STARTED
public static final int PUBLISHER_NOT_ESTABLISHED
public static final int MESSAGE_PUBLISH_FAILURE
public static final int TRANSACTION_FAILURE
public static final int MESSAGE_CONSUME_FAILURE
public static final int ENDPOINT_MODIFIED
public static final int INVALID_CONNECTION_OWNER
public static final int KERBEROS_AUTHENTICATION_IS_SHUTDOWN
public static final int COMMIT_OR_ROLLBACK_IN_PROGRESS
public static final int UNBIND_RESPONSE_LOST
public static final int MAX_TRANSACTIONS_EXCEEDED
public static final int COMMIT_STATUS_UNKNOWN
public static final int PROXY_AUTH_REQUIRED
public static final int PROXY_AUTH_FAILURE
public static final int NO_SUBSCRIPTION_MATCH
public static final int SUBSCRIPTION_MATCH_ERROR
public static final int SELECTOR_MATCH_ERROR
public static final int REPLAY_NOT_SUPPORTED
public static final int REPLAY_DISABLED
public static final int CLIENT_INITIATED_REPLAY_NON_EXCLUSIVE_NOT_ALLOWED
public static final int CLIENT_INITIATED_REPLAY_INACTIVE_FLOW_NOT_ALLOWED
public static final int CLIENT_INITIATED_REPLAY_BROWSER_FLOW_NOT_ALLOWED
FlowHandle.PROPERTIES.BROWSER
enabled and
FlowHandle.PROPERTIES.REPLAY_START_LOCATION
set.public static final int REPLAY_TEMPORARY_NOT_SUPPORTED
public static final int UNKNOWN_START_LOCATION
public static final int REPLAY_MESSAGE_UNAVAILABLE
public static final int REPLAY_STARTED
public static final int REPLAY_CANCELLED
public static final int REPLAY_START_TIME_NOT_AVAILABLE
public static final int REPLAY_MESSAGE_REJECTED
public static final int REPLAY_LOG_MODIFIED
public static final int MISMATCHED_ENDPOINT_ERROR_ID
public static final int OUT_OF_REPLAY_RESOURCES
public static final int TOPIC_OR_SELECTOR_MODIFIED_ON_DURABLE_TOPIC_ENDPOINT
public static final int REPLAY_FAILED
public static final int COMPRESSED_SSL_NOT_SUPPORTED
public static final int SHARED_SUBSCRIPTIONS_NOT_SUPPORTED
public static final int SHARED_SUBSCRIPTIONS_NOT_ALLOWED
public static final int SHARED_SUBSCRIPTIONS_ENDPOINT_NOT_ALLOWED
public static final int OBJECT_DESTROYED
public static final int DELIVERY_COUNT_NOT_SUPPORTED
public static final int REPLAY_START_MESSAGE_UNAVAILABLE
public static final int MESSAGE_ID_NOT_COMPARABLE
public static final int SOLCLIENT_SUBCODE_REPLAY_ANONYMOUS_NOT_SUPPORTED
public static final int BROWSING_NOT_SUPPORTED_ON_PARTITIONED_QUEUE
public static final int SELECTORS_NOT_SUPPORTED_ON_PARTITIONED_QUEUE
public static final int SOLCLIENT_SUBCODE_SYNC_REPLICATION_INELIGIBLE
public static final int AD_APP_ACK_FAILED_NOT_SUPPORTED
SolEnum.MessageOutcome.FAILED
and SolEnum.MessageOutcome.REJECTED
message settlement outcomes not supported on the Solace Message Router.public static final int INVALID_DURABILITY
Copyright 2004-2024 Solace Corporation. All rights reserved.