View Source GoogleApi.CloudBuild.V1.Model.FailureInfo (google_api_cloud_build v0.50.1)

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.CloudBuild.V1.Model.FailureInfo{
  detail: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.