Share via


ValidationExtensionMethods.TypeErrors(IEdmTypeReference) Method

Definition

Gets the errors, if any, that belong to this type reference or its definition.

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Validation.EdmError> TypeErrors (this Microsoft.OData.Edm.IEdmTypeReference type);
static member TypeErrors : Microsoft.OData.Edm.IEdmTypeReference -> seq<Microsoft.OData.Edm.Validation.EdmError>
<Extension()>
Public Function TypeErrors (type As IEdmTypeReference) As IEnumerable(Of EdmError)

Parameters

type
IEdmTypeReference

The type reference.

Returns

Any errors that belong to this type reference or its definition.

Applies to