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


6.12.6 Reporting errno exceptions

The following bindings are exported by the library (vicare).

Condition Type: &errno

Condition object type representing system errors described by an encoded errno value; it is derived from &condition.

Function: make-errno-condition errno

Build and return a new &errno condition object holding the given encoded errno value.

Function: errno-condition? obj

Return #t if obj is an instance of &errno.

Function: condition-errno obj

Accessor for the encoded errno value in obj, which must be an instance of &errno.