Share via


AgentInvocationException(ResponseError) Constructor

Definition

Exception thrown when an agent invocation fails.

public AgentInvocationException(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseError error);
new Azure.AI.AgentServer.Responses.Invocation.AgentInvocationException : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseError -> Azure.AI.AgentServer.Responses.Invocation.AgentInvocationException
Public Sub New (error As ResponseError)

Parameters

error
ResponseError

The response error details.

Applies to