Next: Exported classes, Previous: Exported generic functions, Up: Exported definitions [Contents][Index]
condition.lisp (file)
access-denied (condition)
| Initarg | Value |
|---|---|
| :message | "the caller does not have permission to unlink this message queue." |
condition.lisp (file)
access-denied (condition)
| Initarg | Value |
|---|---|
| :message | "the queue exists, but the caller does not have permission to open it in the specified mode." |
condition.lisp (file)
access-denied (condition)
| Initarg | Value |
|---|---|
| :message | "name contained more than one slash." |
condition.lisp (file)
bad-file-descriptor (condition)
| Initarg | Value |
|---|---|
| :message | "the message queue file descriptor (mqd) is invalid." |
condition.lisp (file)
bad-file-descriptor (condition)
| Initarg | Value |
|---|---|
| :message | "the file descriptor specified mqd was invalid or not opened for reading." |
condition.lisp (file)
bad-file-descriptor (condition)
| Initarg | Value |
|---|---|
| :message | "the file descriptor specified mqd was invalid or not opened for writing." |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :message | "both :create and :exclusive were specified in open-flags, but a queue with this name already exists." |
| :strerror | "file exists" |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :message | "the system-wide limit on the total number of open files and message queues has been reached." |
| :strerror | "too many open files in system" |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :message | "the call was interrupted by a signal handler; see signal(7)." |
| :strerror | "interrupted system call" |
condition.lisp (file)
invalid-argument (condition)
| Initarg | Value |
|---|---|
| :message | "mq-flags contained flags other than :non-blocking." |
condition.lisp (file)
invalid-argument (condition)
| Initarg | Value |
|---|---|
| :message | "name doesn't follow the format described in mq_overview(7)." |
condition.lisp (file)
invalid-argument (condition)
| Initarg | Value |
|---|---|
| :message | "the call would have blocked, and timeout arguments were invalid, either because :sec was less than zero, or because :nsec was less than zero or greater than 1000 million." |
condition.lisp (file)
invalid-argument (condition)
| Initarg | Value |
|---|---|
| :message | "the caller does not have permission to unlink this message queue." |
condition.lisp (file)
invalid-argument (condition)
| Initarg | Value |
|---|---|
| :message | ":create was specified in open-flags, but max-messages or message-size was invalid. both of these fields must be greater than zero. in a process that is unprivileged (does not have the cap_sys_resource capability), max-messages must be less than or equal to the msg_max limit, and message-size must be less than or equal to the msgsize_max limit. in addition, even in a privileged process, :max-messages cannot exceed the hard_max limit. (see mq_overview(7) for details of these limits.). both of these limits can be changed through the /proc/sys/fs/mqueue/ interface." |
condition.lisp (file)
message-too-long (condition)
| Initarg | Value |
|---|---|
| :message | "message length was less than the :message-size attribute of the message queue." |
condition.lisp (file)
message-too-long (condition)
| Initarg | Value |
|---|---|
| :message | "message length was greater than the :message-size attribute of the message queue." |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :message | "name was too long." |
| :strerror | "file name too long" |
condition.lisp (file)
no-file-or-directory (condition)
| Initarg | Value |
|---|---|
| :message | "name was just \"/\" followed by no other characters." |
condition.lisp (file)
no-file-or-directory (condition)
| Initarg | Value |
|---|---|
| :message | "the :create flag was not specified in open-flags, and no queue with this name exists." |
condition.lisp (file)
no-file-or-directory (condition)
| Initarg | Value |
|---|---|
| :message | "there is no message queue with the given name." |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :message | "insufficient space for the creation of a new message queue. this probably occurred because the queues_max limit was encountered; see mq_overview(7)." |
| :strerror | "no space left on device" |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :message | "insufficient memory." |
| :strerror | "cannot allocate memory" |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :message | "the per-process limit on the number of open file and message queue descriptors has been reached (see the description of rlimit_nofile in getrlimit(2))." |
| :strerror | "too many open files" |
Next: Exported classes, Previous: Exported generic functions, Up: Exported definitions [Contents][Index]