Enum ZEROErrorCode
Defined in File codes.h
Enum Documentation
-
enum class ZEROErrorCode
This enum class contains the error codes
Values:
-
enumerator MemoryError
Memory error.
-
enumerator InvalidQuery
The attribute/data is not available.
-
enumerator InvalidData
The data in input is not valid!
-
enumerator SolverError
A third-party solver has thrown an error. Use .more() on the exception to get some more info.
-
enumerator OutOfRange
An index or parameter is out-of-range.
-
enumerator Numeric
Numeric error.
-
enumerator IOError
An error involving the IO interface.
-
enumerator Assertion
An assertion failed.
-
enumerator Unknown
Unknown error.
-
enumerator MemoryError