Interface PollAirflowCommandResponse.ExitInfoOrBuilder (1.41.0)

public static interface PollAirflowCommandResponse.ExitInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract String getError()

Error message. Empty if there was no error.

string error = 2;

Returns
TypeDescription
String

The error.

getErrorBytes()

public abstract ByteString getErrorBytes()

Error message. Empty if there was no error.

string error = 2;

Returns
TypeDescription
ByteString

The bytes for error.

getExitCode()

public abstract int getExitCode()

The exit code from the command execution.

int32 exit_code = 1;

Returns
TypeDescription
int

The exitCode.