Did you know ... | Search Documentation: |
Foreign stream error handling |
TRUE
if the stream is in an error condition,
FALSE
if the stream is valid and in normal condition and -1
if the stream is invalid.SIO_WARN
or SIO_FERR
. This
causes PL_release_stream()
to print a message (SIO_WARN
) or raise an exception (SIO_FERR
).SIO_FERR
condition on the stream. If an exception is
assocated PL_release_stream()
raises this exception.