get-unix-error
Summary
Returns the text associated with a given error.
Signature
get-unix-error
number
=>
error
Arguments
number
The
errno
value whose text is required.
Values
error
The text associated with the error.
Description
The function
get-unix-error
returns the text associated with the specified value of the UNIX variable
errno
.
Notes
get-unix-error
is implemented only on UNIX/Linux/Mac OS X/FreeBSD.
LispWorks User Guide and Reference Manual - 21 Dec 2011