Cloud Composer v1 API - Class PollAirflowCommandResponse.Types.ExitInfo (2.7.0)

public sealed class PollAirflowCommandResponse.Types.ExitInfo : IMessage<PollAirflowCommandResponse.Types.ExitInfo>, IEquatable<PollAirflowCommandResponse.Types.ExitInfo>, IDeepCloneable<PollAirflowCommandResponse.Types.ExitInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandResponse.Types.ExitInfo.

Information about how a command ended.

Inheritance

object > PollAirflowCommandResponse.Types.ExitInfo

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

ExitInfo()

public ExitInfo()

ExitInfo(ExitInfo)

public ExitInfo(PollAirflowCommandResponse.Types.ExitInfo other)
Parameter
NameDescription
otherPollAirflowCommandResponseTypesExitInfo

Properties

Error

public string Error { get; set; }

Error message. Empty if there was no error.

Property Value
TypeDescription
string

ExitCode

public int ExitCode { get; set; }

The exit code from the command execution.

Property Value
TypeDescription
int