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-03-21 UTC."],[[["This webpage details the `ImportYumArtifactsErrorInfo` class, which provides error information for unsuccessful package imports in the Google Cloud Artifact Registry."],["The `ImportYumArtifactsErrorInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust functionality."],["The class includes properties like `Error`, of type `Status`, and `GcsSource`, of type `ImportYumArtifactsGcsSource`, to provide details about the error and the Google Cloud Storage source."],["The page lists several previous versions of the documentation, ranging from version 1.0.0 up to the latest version, 2.9.0, which are all for the same class."],["The `ImportYumArtifactsErrorInfo` class has two constructors, a default one, and another one that takes an `ImportYumArtifactsErrorInfo` as a parameter."]]],[]]