Contents
namespace solace.CacheReturnSubcode
Enumeration of CacheReturnSubcode types.
Static Properties & Enumerations Top
Number |
CACHE_SESSION_DISPOSED
= 8
| ||
Number |
ERROR_RESPONSE
= 2
| ||
Number |
INVALID_SESSION
= 3
| ||
Number |
LIVE_DATA_FULFILL
= 1
| ||
Number |
NO_DATA
= 6
| ||
Number |
REQUEST_ALREADY_IN_PROGRESS
= 5
| ||
Number | REQUEST_COMPLETE | ||
Number |
REQUEST_TIMEOUT
= 4
| ||
Number |
SUBSCRIPTION_ERROR
= 9
| ||
Number |
SUSPECT_DATA
= 7
|
Static Properties & Enumerations Detail Top
static
public
Number
CACHE_SESSION_DISPOSED
= 8
8
The request was terminated because the cache session was disposed.
static
public
Number
ERROR_RESPONSE
= 2
2
The cache instance or session returned an error response to the cache request.
static
public
Number
INVALID_SESSION
= 3
3
The cache request failed because the Session used to construct it has been disposed.
static
public
Number
LIVE_DATA_FULFILL
= 1
1
The cache request completed when live data arrived on the topic requested.
static
public
Number
NO_DATA
= 6
6
The cache reply returned no data.
static
public
Number
REQUEST_ALREADY_IN_PROGRESS
= 5
5
The cache request was made on the same topic as an existing request, and CacheLiveDataAction.FLOW_THRU was not set.
static
public
Number
REQUEST_COMPLETE
The cache request completed successfully.
static
public
Number
REQUEST_TIMEOUT
= 4
4
The cache request failed because the request timeout expired.
static
public
Number
SUBSCRIPTION_ERROR
= 9
9
The request was terminated because the subscription request for the specified topic failed.
static
public
Number
SUSPECT_DATA
= 7
7
The cache reply returned suspect data.