Next Prev Up Top Contents Index

get-unix-error

Function
Summary

Returns the text associated with a given error.

Package

lispworks

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 get-unix-error function returns the text associated with the specified value of the UNIX variable errno .

Note: this is implemented only on UNIX/Linux/Mac OS.

See also
errno-value

LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index