Class: Google::Cloud::LifeSciences::V2beta::FailedEvent
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::FailedEvent
- 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
-
#cause ⇒ ::String
The human-readable description of the cause of the failure.
-
#code ⇒ ::Google::Rpc::Code
The Google standard error code that best describes this failure.
Instance Attribute Details
#cause ⇒ ::String
Returns The human-readable description of the cause of the failure.
884 885 886 887 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 884 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.
884 885 886 887 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 884 class FailedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |