Condition types

I/O condtion types.

Summary
Condition typesI/O condtion types.
Functions
make-i/o-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_496
i/o-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_498
make-i/o-read-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_502
i/o-read-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_504
make-i/o-write-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_508
i/o-write-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_510
make-i/o-invalid-position-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_514
i/o-invalid-position-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_516
i/o-error-positionSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_518
make-i/o-filename-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_522
i/o-filename-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_524
i/o-error-filenameSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_526
make-i/o-file-protection-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_530
i/o-file-protection-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_532
make-i/o-file-is-read-only-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_536
i/o-file-is-read-only-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_538
make-i/o-file-already-exists-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_542
i/o-file-already-exists-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_544
make-i/o-file-does-not-exist-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_548
i/o-file-does-not-exist-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_550
make-i/o-port-errorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_554
i/o-port-error?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_556
i/o-error-portSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_558

Functions

make-i/o-read-error

i/o-read-error?

make-i/o-write-error

i/o-write-error?

make-i/o-invalid-position-error

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_514

Prototype

(make-i/o-invalid-position-error position)

i/o-invalid-position-error?

i/o-error-position

make-i/o-filename-error

i/o-filename-error?

i/o-error-filename

make-i/o-file-protection-error

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_530

Prototype

(make-i/o-file-protection-error filename)

i/o-file-protection-error?

make-i/o-file-is-read-only-error

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_536

Prototype

(make-i/o-file-is-read-only-error filename)

i/o-file-is-read-only-error?

make-i/o-file-already-exists-error

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_542

Prototype

(make-i/o-file-already-exists-error filename)

i/o-file-already-exists-error?

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_544

Prototype

(i/o-file-already-exists-error? obj)

make-i/o-file-does-not-exist-error

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_548

Prototype

(make-i/o-file-does-not-exist-error filename)

i/o-file-does-not-exist-error?

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_550

Prototype

(i/o-file-does-not-exist-error? obj)

make-i/o-port-error

i/o-port-error?

i/o-error-port

Close