| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
This condition class is a subclass of error
. It has one slot,
errno
, with reader syscall-error-errno.
A syscall-error
is
signaled when there is a UNIX/Linux system error and occasionally on
Windows when there is a C library error. The condition winapi-error
is signaled when
there is a Windows API error.
The home package of the symbol syscall-error
is
excl.osi
. However, it is also exported from the
excl
package and so is available when the
osi
module is not loaded.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |