Constructor EdgeVectorStoreException
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
EdgeVectorStoreException(EdgeErrorCode, string, Exception?)
Creates the exception.
public EdgeVectorStoreException(EdgeErrorCode code, string message, Exception? innerException = null)
Parameters
codeEdgeErrorCodeThe Qavren error code.
messagestringThe message.
innerExceptionExceptionThe cause, usually a
SqliteException.