Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.
Next: R6RS Transcoders, Previous: rnrs conditions, Up: R6RS Standard Libraries [Contents][Index]
These condition types are exported by both the
(rnrs io ports (6))
and (rnrs io simple (6))
libraries.
A condition supertype for more specific I/O errors.
A subtype of &i/o
; represents read-related I/O errors.
A subtype of &i/o
; represents write-related I/O errors.
A subtype of &i/o
; represents an error related to an attempt to
set the file position to an invalid position.
A subtype of &i/o
; represents an error related to an operation on
a named file.
A subtype of &i/o-filename
; represents an error resulting from an
attempt to access a named file for which the caller had insufficient
permissions.
A subtype of &i/o-file-protection
; represents an error related to
an attempt to write to a read-only file.
A subtype of &i/o-filename
; represents an error related to an
operation on an existing file that was assumed not to exist.
A subtype of &i/o-filename
; represents an error related to an
operation on a non-existent file that was assumed to exist.
A subtype of &i/o
; represents an error related to an operation on
the port port.
Next: R6RS Transcoders, Previous: rnrs conditions, Up: R6RS Standard Libraries [Contents][Index]