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 details on why a package import failed, offering specific error information."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportAptArtifactsErrorInfo` class has two constructors and exposes properties for detailed error status via `Error`, Google Cloud Storage location through `GcsSource`, and `SourceCase` for identifying the type of source."],["The properties, `Error` of type `Status` and `GcsSource` of type `ImportAptArtifactsGcsSource` provides additional details on the error encountered during import, as well as the location in Google Cloud Storage."],["The class is part of the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, which is found in the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly."]]],[]]