Collection Validation Result

Returned as part of a ValidationResult when validating the feed. Provides success state and, if it failed, a list of invalid records.

Properties

Property Type Description
Success bool Indicates if all collections validated successfully
InvalidRecords IDictionary<string, IEnumerable<stringĀ» A list of validation errors for each record id.