View Source GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsErrorInfo (google_api_artifact_registry v0.15.0)

Error information explaining why a package was not imported.

Attributes

  • error (type: GoogleApi.ArtifactRegistry.V1.Model.Status.t, default: nil) - The detailed error status.
  • gcsSource (type: GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsGcsSource.t, default: nil) - Google Cloud Storage location requested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsErrorInfo{
  error: GoogleApi.ArtifactRegistry.V1.Model.Status.t() | nil,
  gcsSource:
    GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsGcsSource.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.