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 latest version available for the `ImportAptArtifactsErrorInfo` class is 2.9.0, with versions ranging down to 1.0.0 available for reference."],["The `ImportAptArtifactsErrorInfo` class provides error information to explain why a package import failed in the Artifact Registry v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which add functionality and the ability to interact with other objects."],["It contains properties such as `Error`, which displays the detailed error status, `GcsSource`, which shows the requested Google Cloud Storage location, and `SourceCase` to help the user with the source location."],["The class includes two constructors, one that creates an empty object, and another that creates an object based on another object."]]],[]]