| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 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 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |