diff options
Diffstat (limited to 'man/ipc_common.sh.errors')
-rw-r--r-- | man/ipc_common.sh.errors | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/man/ipc_common.sh.errors b/man/ipc_common.sh.errors new file mode 100644 index 0000000..55d4510 --- /dev/null +++ b/man/ipc_common.sh.errors @@ -0,0 +1,25 @@ +.PP + +.B CS_ERR_TRY_AGAIN +Resource temporarily unavailable + +.B CS_ERR_INVALID_PARAM +Invalid argument + +.B CS_ERR_ACCESS +Permission denied + +.B CS_ERR_LIBRARY +The connection failed + +.B CS_ERR_INTERRUPT +System call interrupted by a signal + +.B CS_ERR_NOT_SUPPORTED +The requested protocol/functionality not supported + +.B CS_ERR_MESSAGE_ERROR +Incorrect auth message received + +.B CS_ERR_NO_MEMORY +Not enough memory to complete the requested task |