LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
LLU::ErrorCode Namespace Reference

Error codes predefined in Library Link. More...

Detailed Description

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...
 

Variable Documentation

◆ DimensionsError

constexpr int LLU::ErrorCode::DimensionsError = 3
constexpr

same as LIBRARY_DIMENSIONS_ERROR

◆ FunctionError

constexpr int LLU::ErrorCode::FunctionError = 6
constexpr

same as LIBRARY_FUNCTION_ERROR

◆ MemoryError

constexpr int LLU::ErrorCode::MemoryError = 5
constexpr

same as LIBRARY_MEMORY_ERROR

◆ NoError

constexpr int LLU::ErrorCode::NoError = 0
constexpr

same as LIBRARY_NO_ERROR

◆ NumericalError

constexpr int LLU::ErrorCode::NumericalError = 4
constexpr

same as LIBRARY_NUMERICAL_ERROR

◆ RankError

constexpr int LLU::ErrorCode::RankError = 2
constexpr

same as LIBRARY_RANK_ERROR

◆ TypeError

constexpr int LLU::ErrorCode::TypeError = 1
constexpr

same as LIBRARY_TYPE_ERROR

◆ VersionError

constexpr int LLU::ErrorCode::VersionError = 7
constexpr

same as LIBRARY_VERSION_ERROR