public sealed class ImportYumArtifactsErrorInfo : IMessage<ImportYumArtifactsErrorInfo>, IEquatable<ImportYumArtifactsErrorInfo>, IDeepCloneable<ImportYumArtifactsErrorInfo>, IBufferMessage, IMessage
Error information explaining why a package was not imported.
[[["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-02 UTC."],[[["`ImportYumArtifactsErrorInfo` is a class that provides error information for issues encountered during the import of Yum artifacts."],["This class inherits from `Object` and implements `IMessage\u003cImportYumArtifactsErrorInfo\u003e`, `IEquatable\u003cImportYumArtifactsErrorInfo\u003e`, `IDeepCloneable\u003cImportYumArtifactsErrorInfo\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class includes properties such as `Error` to detail the error status, `GcsSource` to specify the Google Cloud Storage location, and `SourceCase` to identify the source of the error."],["The class has two constructors, one for creating an empty instance, and one for making an instance that copies from another `ImportYumArtifactsErrorInfo` class."],["The current documentation covers versions 2.0.0-beta05, 2.0.0-beta04, and 1.0.0-beta06 of the class."]]],[]]