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
endpointAliasstringThe deployment's own configured name for the endpoint that failed.
failureEmbeddingGenerationFailureWhat kind of failure ended the request.
causeExceptionThe 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
endpointAliasstringThe deployment's own configured name for the endpoint that failed.
failureEmbeddingGenerationFailureWhat kind of failure ended the request.