FaissErrorCode

An error code which depends on the exception thrown from the previous operation. See faiss_get_last_error to retrieve the error message.

Values

ValueMeaning
OK0

No error

UNKNOWN_EXCEPT-1

Any exception other than Faiss or standard C++ library exceptions

FAISS_EXCEPT-2

Faiss library exception

STD_EXCEPT-4

Standard C++ library exception

Meta