Compartilhar via


OperationResult.Errors Property

Definition

Gets an IEnumerable<T> of OperationError instances indicating errors that occurred during the operation.

public System.Collections.Generic.IEnumerable<Microsoft.Agents.A365.Runtime.OperationError> Errors { get; }
member this.Errors : seq<Microsoft.Agents.A365.Runtime.OperationError>
Public ReadOnly Property Errors As IEnumerable(Of OperationError)

Property Value

An IEnumerable<T> of OperationError instances.

Applies to