From e6aab06573e81577e34247a60a281dbcd74abd79 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 5 Mar 2012 22:05:08 +1100 Subject: [PATCH] Add common IPC errors. Signed-off-by: Angus Salkeld Reviewed-by: Steven Dake --- man/ipc_common.sh.errors | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/man/ipc_common.sh.errors b/man/ipc_common.sh.errors index 5aa3a118..0c733582 100644 --- a/man/ipc_common.sh.errors +++ b/man/ipc_common.sh.errors @@ -1,3 +1,25 @@ .PP -Common errors go here +.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 inturrupted by a signal + +.B CS_ERR_NOT_SUPPORTED +The requested protocol/functuality not supported + +.B CS_ERR_MESSAGE_ERROR +Incorrect auth message received + +.B CS_ERR_NO_MEMORY +Not enough memory to completed the requested task