ResponseErrorEvent(Int64, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.