public final class RT_Error
extends java.lang.Object
RT_Message.getError()
.Modifier and Type | Field and Description |
---|---|
static short |
RT_E_ACCESS
A constant indicating that the user does not have access to the requested key.
|
static short |
RT_E_EXISTS
A constant indicating that the resource already exists.
|
static short |
RT_E_INVAL
A constant indicating that either the operation is nor supported or an argument is invalid.
|
static short |
RT_E_LIMIT
A constant indicating that an application-level threshold has been reached.
|
static short |
RT_E_NO_CONN
A constant indicating that the connection to the DataFeed server is closed.
|
static short |
RT_E_NO_SERV
A constant indicating that a service is not available for requests.
|
static short |
RT_E_NOT_FOUND
A constant indicating that a resource or key was not found.
|
static short |
RT_E_PROTOCOL
A constant indicating that there has been an error in the byte stream during deserialization.
|
static short |
RT_E_RENAME
A constant indicating the stream has been renamed.
|
static short |
RT_E_RESOURCE
A constant indicating that a system resource is unavailable.
|
static short |
RT_E_SHUTDOWN
A constant indicating that the application has disconnected the API and
is attempting to dispatch responses.
|
static short |
RT_E_TIMEDOUT
A constant indicating that the request to the server has timed out.
|
static short |
RT_E_UNKNOWN
A constant indicating an unknown or serious error.
|
static short |
RT_E_VERSION
A constant indicating that there is an incompatibility with the library
being used and the compiled application.
|
static short |
RT_NO_ERROR
A constant indicating no error.
|
public static final short RT_NO_ERROR
public static final short RT_E_UNKNOWN
public static final short RT_E_NO_SERV
public static final short RT_E_NOT_FOUND
public static final short RT_E_RENAME
public static final short RT_E_TIMEDOUT
public static final short RT_E_EXISTS
public static final short RT_E_LIMIT
public static final short RT_E_PROTOCOL
public static final short RT_E_INVAL
public static final short RT_E_RESOURCE
public static final short RT_E_NO_CONN
public static final short RT_E_VERSION
public static final short RT_E_SHUTDOWN
public static final short RT_E_ACCESS