google_api_genomics v0.4.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 (String.t): The human-readable description of the cause of the failure. Defaults to: null.
  • code (String.t): The Google standard error code that best describes this failure. Defaults to: null.

    • Enum - one of [OK, CANCELLED, UNKNOWN, INVALID_ARGUMENT, DEADLINE_EXCEEDED, NOT_FOUND, ALREADY_EXISTS, PERMISSION_DENIED, UNAUTHENTICATED, RESOURCE_EXHAUSTED, FAILED_PRECONDITION, ABORTED, OUT_OF_RANGE, UNIMPLEMENTED, INTERNAL, UNAVAILABLE, DATA_LOSS]

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: any(), code: any()}

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.