Table of Contents

Constructor EmbeddingGenerationFailedException

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

EmbeddingGenerationFailedException(string, EmbeddingGenerationFailure, Exception)

Initializes a failure naming the endpoint alias, what kind of failure it was, and the failure that revealed it.

public EmbeddingGenerationFailedException(string endpointAlias, EmbeddingGenerationFailure failure, Exception cause)

Parameters

endpointAlias string

The deployment's own configured name for the endpoint that failed.

failure EmbeddingGenerationFailure

What kind of failure ended the request.

cause Exception

The failure this one was raised for.

EmbeddingGenerationFailedException(string, EmbeddingGenerationFailure)

Initializes a failure naming the endpoint alias and what kind of failure it was.

public EmbeddingGenerationFailedException(string endpointAlias, EmbeddingGenerationFailure failure)

Parameters

endpointAlias string

The deployment's own configured name for the endpoint that failed.

failure EmbeddingGenerationFailure

What kind of failure ended the request.