View Source GoogleApi.LifeSciences.V2beta.Model.FailedEvent (google_api_life_sciences v0.13.1)

An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event.

Attributes

  • cause (type: String.t, default: nil) - The human-readable description of the cause of the failure.
  • code (type: String.t, default: nil) - The Google standard error code that best describes this failure.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.LifeSciences.V2beta.Model.FailedEvent{
  cause: String.t() | nil,
  code: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.