![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Error codes predefined in Library Link. More...
Error codes predefined in Library Link.
Variables | |
| constexpr int | VersionError = 7 |
| same as LIBRARY_VERSION_ERROR More... | |
| constexpr int | FunctionError = 6 |
| same as LIBRARY_FUNCTION_ERROR More... | |
| constexpr int | MemoryError = 5 |
| same as LIBRARY_MEMORY_ERROR More... | |
| constexpr int | NumericalError = 4 |
| same as LIBRARY_NUMERICAL_ERROR More... | |
| constexpr int | DimensionsError = 3 |
| same as LIBRARY_DIMENSIONS_ERROR More... | |
| constexpr int | RankError = 2 |
| same as LIBRARY_RANK_ERROR More... | |
| constexpr int | TypeError = 1 |
| same as LIBRARY_TYPE_ERROR More... | |
| constexpr int | NoError = 0 |
| same as LIBRARY_NO_ERROR More... | |
|
constexpr |
same as LIBRARY_DIMENSIONS_ERROR
|
constexpr |
same as LIBRARY_FUNCTION_ERROR
|
constexpr |
same as LIBRARY_MEMORY_ERROR
|
constexpr |
same as LIBRARY_NO_ERROR
|
constexpr |
same as LIBRARY_NUMERICAL_ERROR
|
constexpr |
same as LIBRARY_RANK_ERROR
|
constexpr |
same as LIBRARY_TYPE_ERROR
|
constexpr |
same as LIBRARY_VERSION_ERROR