Package | Description |
---|---|
messif.operations |
Generic classes for data manipulatioin and querying operations.
|
Modifier and Type | Field and Description |
---|---|
static OperationErrorCode |
OperationErrorCode.ABORTED_BY_ERROR
The processing of the operation was aborted by unknown error.
|
static OperationErrorCode |
OperationErrorCode.ABORTED_BY_USER
The processing was aborted by the user.
|
static OperationErrorCode |
OperationErrorCode.EMPTY_ANSWER
Empty answer returned.
|
static OperationErrorCode |
OperationErrorCode.HAS_NEXT
Response to a query has not been returned completely, i.e. the same operation should be called again.
|
static OperationErrorCode |
OperationErrorCode.QUERY_OBJ_ERROR
The query object was wrong or empty.
|
static OperationErrorCode |
OperationErrorCode.RESPONSE_RETURNED
Response to a query has been returned, i.e. the query finished successfully.
|