Table of Contents

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

code EdgeErrorCode

The Qavren error code.

message string

The message.

innerException Exception

The cause, usually a SqliteException.