Package: cffi
Condition load-foreign-library-error
Superclassescommon-lisp:simple-error, common-lisp:simple-condition, common-lisp:error, common-lisp:serious-condition, common-lisp:condition, common-lisp:t Documented Subclasses
None
Direct Slots
None
DetailsSignalled when a foreign library load completely fails. The exact meaning of
this varies depending on the real conditions at work, but almost universally,
the implementation's error message is useless. However, CFFI does provide the useful restarts retry and use-value; invoke the retry restart to try loading the foreign library again, or the use-value
restart to try loading a different foreign library designator. | See also |