View Source GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1FailureInfo (google_api_run v0.30.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.Run.V1.Model.GoogleDevtoolsCloudbuildV1FailureInfo{
  detail: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.