public sealed class ImportAptArtifactsErrorInfo : IMessage<ImportAptArtifactsErrorInfo>, IEquatable<ImportAptArtifactsErrorInfo>, IDeepCloneable<ImportAptArtifactsErrorInfo>, 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."],[[["The `ImportAptArtifactsErrorInfo` class provides detailed information about errors encountered during the import of packages."],["This class is part of the Google Cloud Artifact Registry V1 namespace, specifically within the `Google.Cloud.ArtifactRegistry.V1` assembly."],["It inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `Error` which specifies the error status, `GcsSource` which lists the location in Google Cloud Storage, and `SourceCase` which specifies the type of the source."],["Multiple versions of this class are documented, with the latest version being 2.9.0, and version 2.0.0 being the version the class information is based on."]]],[]]