/* From <sys/message.h> */
"0" = "Success"; /* SEND_SUCCESS */
/* From <c.h> */
"-1" = "Not Recognized"; /* CERROR */
/* From <sys/message.h> */
"-101" = "Message or OOL data invalid"; /* SEND_INVALID_MEMORY */
"-102" = "Reference to inacessible port"; /* SEND_INVALID_PORT */
"-103" = "Terminated due to timeout"; /* SEND_TIMED_OUT */
"-105" = "Message accepted provisionally"; /* SEND_WILL_NOTIFY */
"-106" = "Already awaiting notification"; /* SEND_NOTIFY_IN_PROGRESS */
"-107" = "Message to kernel refused"; /* SEND_KERNEL_REFUSED */
"-108" = "Interrupt during send"; /* SEND_INTERRUPTED */
"-109" = "Message was too large"; /* SEND_MSG_TOO_LARGE */
"-110" = "Data exceeds message size"; /* SEND_MSG_TOO_SMALL */
/* From <appkit/Listner.h> */
"-20000" = "Incorrect Message"; /* NX_INCORRECTMESSAGE */
