Table of Contents

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

endpointAlias string

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

failure ChatGenerationFailure

What kind of failure ended the request.

cause Exception

The 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

endpointAlias string

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

failure ChatGenerationFailure

What kind of failure ended the request.