Error
Error type signaled on encountering the end of a stream before reading the required number of elements.
sequence:<sequence>.
count:<integer>.
io
streams
This error is signaled when input functions are reading a required number of elements, but the end of the stream is read before completing the required read.
The sequence: init-keyword contains the input that was read before reaching the end of the stream. Its accessor is incomplete-read-error-sequence.
The count: init-keyword contains the number of elements that were requested to be read. Its accessor is incomplete-read-error-count.
None.
<end-of-stream-error>, page 67