Contents
namespace solace.CacheReturnCode
Enumeration of CacheReturnCode types. The method solace.CacheRequestResult#getReturnCode returns on of these basic results of a cache request. More details are available in the associated solace.CacheReturnSubcode, retrieved by solace.CacheRequestResult#getReturnSubcode.
Static Properties & Enumerations Top
Number |
FAIL
= 2
| ||
Number |
INCOMPLETE
= 3
| ||
Number |
OK
= 1
|
Static Properties & Enumerations Detail Top
static
public
Number
FAIL
= 2
2
The cache request was not processed. See the subcode for more information.
static
public
Number
INCOMPLETE
= 3
3
The cache request was processed but could not be completed. See the subcode for more information.
static
public
Number
OK
= 1
1
The cache request succeeded. See the subcode for more information.