LibraryFunctionError
LibraryFunctionError[name,code]
represents an error returned from a LibraryFunction.
Details

- Wolfram Libraries are dynamic libraries that follow the Wolfram LibraryLink structure.
- LibraryFunctionError is returned from a call to a LibraryFunction when an error takes place.
- LibraryFunction objects are created by LibraryFunctionLoad.
Examples
Basic Examples (1)
This example library shows how errors are treated by library functions:
When a library function returns an error result, a LibraryFunctionError is returned by the Wolfram Language:
See Also
Tutorials
Introduced in 2010
(8.0)