mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 01:22:10 +00:00
Add common IPC errors.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
e996e36083
commit
e6aab06573
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user