Next: , Up: iklib conditions late-bind   [Index]


6.12.17.1 Base of late binding conditions

Condition Type: &late-binding-error

Condition object type representing an error while attempting late binding in a procedure application: no specialised function matches the given operands; it is derived from &error.

Function: make-late-binding-error

Build and return a new condition object of type &late-binding-error.

Function: late-binding-error? obj

Return #t if obj is a condition object of type &late-binding-error; otherwise return #f.