Cloud Life Sciences V2beta API - Class Google::Cloud::LifeSciences::V2beta::FailedEvent (v0.1.4)

Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::FailedEvent.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cause

def cause() -> ::String
Returns
  • (::String) — The human-readable description of the cause of the failure.

#cause=

def cause=(value) -> ::String
Parameter
  • value (::String) — The human-readable description of the cause of the failure.
Returns
  • (::String) — The human-readable description of the cause of the failure.

#code

def code() -> ::Google::Rpc::Code
Returns

#code=

def code=(value) -> ::Google::Rpc::Code
Parameter
  • value (::Google::Rpc::Code) — The Google standard error code that best describes this failure.
Returns