GoogleApi.Genomics.V1.Model.FailedEvent (google_api_genomics v0.18.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V1.Model.FailedEvent{
  cause: String.t() | nil,
  code: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.