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
operatorSafeMessagestringA message naming the profile and which operation was refused.
profileIdEmbeddingProfileIdThe profile whose index the refused statement was for.
innerExceptionExceptionThe database failure that revealed it.