| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |