Class: Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Information about how a command ended.
Instance Attribute Summary collapse
-
#error ⇒ ::String
Error message.
-
#exit_code ⇒ ::Integer
The exit code from the command execution.
Instance Attribute Details
#error ⇒ ::String
Returns Error message. Empty if there was no error.
357 358 359 360 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 357 class ExitInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#exit_code ⇒ ::Integer
Returns The exit code from the command execution.
357 358 359 360 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 357 class ExitInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |