Library error numbers.
Enumerator |
---|
YRMCDS_SYSTEM_ERROR |
check errno for details.
|
YRMCDS_BAD_ARGUMENT |
bad arguments.
|
YRMCDS_NOT_RESOLVED |
host name cannot be resolved.
|
YRMCDS_TIMEOUT |
time out for some network operations.
|
YRMCDS_DISCONNECTED |
connection was reset unexpectedly.
|
YRMCDS_OUT_OF_MEMORY |
malloc/realloc failed.
|
YRMCDS_COMPRESS_FAILED |
LZ4 compression failed.
|
YRMCDS_PROTOCOL_ERROR |
received malformed packet.
|
YRMCDS_NOT_IMPLEMENTED |
the function is not available.
|
YRMCDS_IN_BINARY |
connection is fixed for binary protocol.
|
YRMCDS_BAD_KEY |
bad key.
|