Next: , Previous: , Up: iklib conditions   [Index]


6.12.19 Wrong FASL header

Condition Type: &i/o-wrong-fasl-header-error

Condition object type representing an error while reading a FASL file: the header of the file is wrong; it is derived from &i/o.

Function: make-i/o-wrong-fasl-header-error-error

Build and return a new condition object of type &i/o-wrong-fasl-header-error.

Function: i/o-wrong-fasl-header-error-error? obj

Return #t if obj is a condition object of type &i/o-wrong-fasl-header-error; otherwise return #f.