Group SDS_IO_Return_Codes
SDS I/O Function Return Codes. More...
Macros
Type | Name |
---|---|
define | SDSIO_EOS (-6) End of stream reached in SDS I/O read operation. |
define | SDSIO_ERROR (-1) General error during SDS I/O function execution. |
define | SDSIO_ERROR_INTERFACE (-4) Error in the SDS I/O interface. |
define | SDSIO_ERROR_NO_SERVER (-5) No response from the SDS I/O server. |
define | SDSIO_ERROR_PARAMETER (-2) Invalid parameter passed to an SDS I/O function. |
define | SDSIO_ERROR_TIMEOUT (-3) SDS I/O function execution timed out. |
define | SDSIO_OK (0) SDS I/O function executed successfully. |
Detailed Description
The following values are returned by most sdsio
functions.
Macro Definition Documentation
define SDSIO_EOS
End of stream reached in SDS I/O read operation.
#define SDSIO_EOS `(-6)`
define SDSIO_ERROR
General error during SDS I/O function execution.
#define SDSIO_ERROR `(-1)`
define SDSIO_ERROR_INTERFACE
Error in the SDS I/O interface.
#define SDSIO_ERROR_INTERFACE `(-4)`
define SDSIO_ERROR_NO_SERVER
No response from the SDS I/O server.
#define SDSIO_ERROR_NO_SERVER `(-5)`
define SDSIO_ERROR_PARAMETER
Invalid parameter passed to an SDS I/O function.
#define SDSIO_ERROR_PARAMETER `(-2)`
define SDSIO_ERROR_TIMEOUT
SDS I/O function execution timed out.
#define SDSIO_ERROR_TIMEOUT `(-3)`
define SDSIO_OK
SDS I/O function executed successfully.
#define SDSIO_OK `(0)`