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.
Implements
IMessagePollAirflowCommandResponseTypesExitInfo, IEquatablePollAirflowCommandResponseTypesExitInfo, IDeepCloneablePollAirflowCommandResponseTypesExitInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
ExitInfo()
public ExitInfo()
ExitInfo(ExitInfo)
public ExitInfo(PollAirflowCommandResponse.Types.ExitInfo other)
Parameter | |
---|---|
Name | Description |
other |
PollAirflowCommandResponseTypesExitInfo |
Properties
Error
public string Error { get; set; }
Error message. Empty if there was no error.
Property Value | |
---|---|
Type | Description |
string |
ExitCode
public int ExitCode { get; set; }
The exit code from the command execution.
Property Value | |
---|---|
Type | Description |
int |