Class: Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#error::String

Returns Error message. Empty if there was no error.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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