public sealed class ValidationReport : IMessage<ValidationReport>, IEquatable<ValidationReport>, IDeepCloneable<ValidationReport>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ValidationReport.
A resource that aggregates errors across import job files.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ValidationReport` class within the Migration Center v1 API, specifically for version 1.2.0."],["The `ValidationReport` class is designed to aggregate and report errors found across multiple import job files."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `FileValidations`, which details errors found within files, and `JobErrors`, which lists job-level errors."],["The `ValidationReport` class has two constructors, one being a parameterless constructor and the other taking a `ValidationReport` as a parameter."]]],[]]