public sealed class ImportAptArtifactsErrorInfo : IMessage<ImportAptArtifactsErrorInfo>, IEquatable<ImportAptArtifactsErrorInfo>, IDeepCloneable<ImportAptArtifactsErrorInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ImportAptArtifactsErrorInfo.
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 document provides reference documentation for the `ImportAptArtifactsErrorInfo` class within the Google Cloud Artifact Registry v1 API."],["`ImportAptArtifactsErrorInfo` details error information for why a specific package import failed, as it is used to explain any package import issues."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is available in version 2.7.0 of the API, along with other listed versions."],["Key properties of `ImportAptArtifactsErrorInfo` include `Error`, which contains the error status, `GcsSource` for the Google Cloud Storage location, and `SourceCase` to specify the source of the error."],["Constructors for the class allow for default creation or creation by copying another `ImportAptArtifactsErrorInfo` instance."]]],[]]