GoogleApi.CloudBuild.V1.Model.FailureInfo (google_api_cloud_build v0.54.0)

View Source

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

t()

@type t() :: %GoogleApi.CloudBuild.V1.Model.FailureInfo{
  detail: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.