| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
A subclass of stream-error
(see More on
cl:stream-error in errors.htm). This
condition has five slots. The first four are inherited from the
Allegro CL implementation of stream-error
:
stream
: the stream which got the error. This is
the standard CL slot and is accessed by stream-error-stream.
action
: the action that was being attempted at
the time of the error, accessed by stream-error-action.
code
: the errno code returned from the system,
nil if none. Accessed by stream-error-code.
identifier
: symbolic identification of the
code, or nil if unknown. Accessed by stream-error-identifier.
The fifth slot is string
and is accessed by
stream-error-string.
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 |