public sealed class NonCompliantFile : IMessage<NonCompliantFile>, IEquatable<NonCompliantFile>, IDeepCloneable<NonCompliantFile>, IBufferMessage, IMessage
Details about files that caused a compliance check to fail.
[[["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-04-17 UTC."],[[["This webpage documents the `NonCompliantFile` class within the `Grafeas.V1` namespace, detailing its properties, constructors, and inherited members, with the most recent version at 3.7.0."],["The `NonCompliantFile` class represents files that have failed a compliance check and is derived from `Object`, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `NonCompliantFile` class include `DisplayCommand`, which provides a command to show the non-compliant files, `Path`, which indicates the location of the file, and `Reason`, explaining the cause of non-compliance."],["There are two constructors available for the `NonCompliantFile` class, one being empty, and the other taking another `NonCompliantFile` as a parameter."],["This documentation also includes links to previous versions of the class, ranging from 2.2.0 up to the latest, 3.7.0, along with the namespace and assembly it belongs to."]]],[]]