Table of Contents

Constructor EmbeddingVectorIndexFailedException

Namespace
MailFathom.Application.Emails.Embeddings.Indexing
Assembly
MailFathom.Application.dll

EmbeddingVectorIndexFailedException(string, EmbeddingProfileId, Exception)

Initializes a new failure to bring one profile's approximate index into the state its lifecycle asked for.

public EmbeddingVectorIndexFailedException(string operatorSafeMessage, EmbeddingProfileId profileId, Exception innerException)

Parameters

operatorSafeMessage string

A message naming the profile and which operation was refused.

profileId EmbeddingProfileId

The profile whose index the refused statement was for.

innerException Exception

The database failure that revealed it.