PayloadValidationException.Errors Property

Definition

Gets the list of validation errors found in the payload.

public System.Collections.Generic.IReadOnlyList<Azure.AI.AgentServer.Responses.ValidationError> Errors { get; }
member this.Errors : System.Collections.Generic.IReadOnlyList<Azure.AI.AgentServer.Responses.ValidationError>
Public ReadOnly Property Errors As IReadOnlyList(Of ValidationError)

Property Value

Applies to