OperationResult.Errors Property
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.
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.