faiss.error

Undocumented in source.

Members

Enums

FaissErrorCode
enum FaissErrorCode

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

Functions

faiss_get_last_error
const(char)* faiss_get_last_error()

Get the error message of the last failed operation performed by Faiss. The given pointer is only invalid until another Faiss function is called.

Meta