GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1ErrorInfo (google_api_artifact_registry v0.4.0) View Source

Error information explaining why a package was not imported.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1ErrorInfo{
    error: GoogleApi.ArtifactRegistry.V1beta1.Model.Status.t(),
    gcsSource:
      GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1GcsSource.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.