Next: iklib conditions failexpr, Previous: iklib conditions eagain, Up: iklib conditions [Index]
errno
exceptionsThe following bindings are exported by the library (vicare)
.
Condition object type representing system errors described by an encoded
errno
value; it is derived from &condition
.
Build and return a new &errno
condition object holding the
given encoded errno value.
Return #t
if obj is an instance of &errno
.
Accessor for the encoded errno
value in obj, which must be
an instance of &errno
.