public sealed class ImportYumArtifactsErrorInfo : IMessage<ImportYumArtifactsErrorInfo>, IEquatable<ImportYumArtifactsErrorInfo>, IDeepCloneable<ImportYumArtifactsErrorInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ImportYumArtifactsErrorInfo.
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-03-21 UTC."],[[["This document provides reference documentation for the `ImportYumArtifactsErrorInfo` class within the Google Cloud Artifact Registry v1 API, specifically version 2.4.0."],["The `ImportYumArtifactsErrorInfo` class is designed to capture and convey error information related to the import of Yum artifacts, explaining why certain packages may have failed to import."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class provides two constructors: a default constructor and one that takes another `ImportYumArtifactsErrorInfo` instance for copying."],["Key properties of this class include `Error`, representing the detailed error status, `GcsSource`, indicating the Google Cloud Storage location involved, and `SourceCase`, used for handling the different potential sources of data."]]],[]]