Error(String, String) Constructor

Definition

Initializes a new instance of Error.

public Error(string code, string message);
new Azure.AI.AgentServer.Responses.Models.Error : string * string -> Azure.AI.AgentServer.Responses.Models.Error
Public Sub New (code As String, message As String)

Parameters

code
String
message
String

Exceptions

message is null.

Applies to