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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]