$LibraryError
$LibraryError
returns the system-dependent error message from loading a library, or None if there was no error.
Details and Options
- To use $LibraryError, you can load it using Needs["LibraryLink`"].
- The information returned by $LibraryError depends on the system on which it is run.
Examples
Basic Examples (1)
This finds a sample library to use to demonstrate library loading problems:
The library has dependencies on other libraries. Normally, the Wolfram Language will load the other libraries first. However, if you just try to load the calendar library directly (and you have not already used a calendar function) this load instruction will fail:
You can use $LibraryError to find out more about the error:
Windows does not give the names of dependent libraries that cannot be found. On other platforms this information is available.
Text
Wolfram Research (2010), $LibraryError, Wolfram Language function, https://reference.wolfram.com/language/LibraryLink/ref/$LibraryError.html.
CMS
Wolfram Language. 2010. "$LibraryError." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/LibraryLink/ref/$LibraryError.html.
APA
Wolfram Language. (2010). $LibraryError. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/LibraryLink/ref/$LibraryError.html