Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandResponse::ExitInfo.
Information about how a command ended.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::String
Returns
- (::String) — Error message. Empty if there was no error.
#error=
def error=(value) -> ::String
Parameter
- value (::String) — Error message. Empty if there was no error.
Returns
- (::String) — Error message. Empty if there was no error.
#exit_code
def exit_code() -> ::Integer
Returns
- (::Integer) — The exit code from the command execution.
#exit_code=
def exit_code=(value) -> ::Integer
Parameter
- value (::Integer) — The exit code from the command execution.
Returns
- (::Integer) — The exit code from the command execution.