Returns the text associated with a given error.
lispworks
get-unix-error number => error
number⇩ |
The errno value whose text is required. |
error |
The text associated with the error. |
The function get-unix-error
returns the text associated with the specified value number of the POSIX variable errno
.
get-unix-error
is implemented only on non-Windows platforms.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41