View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo (google_api_container_analysis v0.28.0)

A fatal problem encountered during the execution of the build.

Attributes

  • detail (type: String.t, default: nil) - Explains the failure issue in more detail using hard-coded text.
  • type (type: String.t, default: nil) - The name of the failure.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo{
    detail: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.