exitCode property

int? exitCode
final

The exit code for the job attempt. A non-zero exit code is considered a failure.

Implementation

final int? exitCode;