Class: Google::Cloud::LifeSciences::V2beta::FailedEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns The human-readable description of the cause of the failure.

Returns:

  • (::String)

    The human-readable description of the cause of the failure.



847
848
849
850
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 847

class FailedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#code::Google::Rpc::Code

Returns The Google standard error code that best describes this failure.

Returns:



847
848
849
850
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 847

class FailedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end