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 in the Artifact Registry v1 API, within the `Google.Cloud.ArtifactRegistry.V1` namespace."],["The latest version of the `ImportYumArtifactsErrorInfo` class is 2.9.0, and the page lists all available versions down to 1.0.0 with their corresponding links."],["`ImportYumArtifactsErrorInfo` is designed to capture and communicate error details when a package import fails, and it implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The class has properties like `Error` (detailed error status), `GcsSource` (Google Cloud Storage location), and `SourceCase` to provide comprehensive information about the import error."],["This class also includes two constructors, one default and another to clone another instance of the same class."]]],[]]