ResponseErrorCode(String) Constructor

Definition

Initializes a new instance of ResponseErrorCode.

public ResponseErrorCode(string value);
new Azure.AI.AgentServer.Responses.Models.ResponseErrorCode : string -> Azure.AI.AgentServer.Responses.Models.ResponseErrorCode
Public Sub New (value As String)

Parameters

value
String

The value.

Exceptions

value is null.

Applies to