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."],[[["This webpage details the `ImportAptArtifactsErrorInfo` class, which provides error information for issues encountered during the import of packages."],["The `ImportAptArtifactsErrorInfo` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The latest version of the class is 2.9.0, with 12 versions listed on this page, including the current 1.1.0."],["The class includes properties such as `Error`, which provides the error status and `GcsSource`, which represents the Google Cloud Storage location."],["It contains two constructors: the default `ImportAptArtifactsErrorInfo()` and an overload `ImportAptArtifactsErrorInfo(ImportAptArtifactsErrorInfo other)` to copy another instance."]]],[]]