Next: Internal classes, Previous: Internal generic functions, Up: Internal definitions [Contents][Index]
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :strerror | "permission denied" |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :strerror | "bad file descriptor" |
Generic error used as the base for all conditions. Must contain STRERROR and MESSAGE.
condition.lisp (file)
error (condition)
Error string from CFFI’s strerror.
:strerror
strerror (generic function)
More specific message string.
:message
message (generic function)
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :strerror | "invalid argument" |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :strerror | "message too long" |
condition.lisp (file)
generic (condition)
| Initarg | Value |
|---|---|
| :strerror | "no such file or directory" |
Next: Internal classes, Previous: Internal generic functions, Up: Internal definitions [Contents][Index]