ResponseErrorEvent(Int64, String, String, String) Constructor

Definition

Initializes a new instance of ResponseErrorEvent.

public ResponseErrorEvent(long sequenceNumber, string code, string message, string param);
new Azure.AI.AgentServer.Responses.Models.ResponseErrorEvent : int64 * string * string * string -> Azure.AI.AgentServer.Responses.Models.ResponseErrorEvent
Public Sub New (sequenceNumber As Long, code As String, message As String, param As String)

Parameters

sequenceNumber
Int64
code
String
message
String

The error message.

param
String

Exceptions

message is null.

Applies to