Constructor ChatGenerationFailedException
- Namespace
- MailFathom.Application.Chat
- Assembly
- MailFathom.Application.dll
ChatGenerationFailedException(string, ChatGenerationFailure, Exception)
Initializes a failure naming the endpoint alias, what kind of failure it was, and the failure that revealed it.
public ChatGenerationFailedException(string endpointAlias, ChatGenerationFailure failure, Exception cause)
Parameters
endpointAliasstringThe deployment's own configured name for the endpoint that failed.
failureChatGenerationFailureWhat kind of failure ended the request.
causeExceptionThe failure this one was raised for.
ChatGenerationFailedException(string, ChatGenerationFailure)
Initializes a failure naming the endpoint alias and what kind of failure it was.
public ChatGenerationFailedException(string endpointAlias, ChatGenerationFailure failure)
Parameters
endpointAliasstringThe deployment's own configured name for the endpoint that failed.
failureChatGenerationFailureWhat kind of failure ended the request.