Share via


EdmParseException.Errors Property

Definition

Gets the set of errors that were encountered while parsing.

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Edm.Validation.EdmError> Errors { get; }
member this.Errors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Edm.Validation.EdmError>
Public ReadOnly Property Errors As ReadOnlyCollection(Of EdmError)

Property Value

Applies to