google_api_genomics v0.11.0 GoogleApi.Genomics.V1.Model.FailedEvent 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.