exitCode property

int? exitCode
final

Exit code returned by the health-check command.

0 means healthy; any other value is unhealthy.

Implementation

final int? exitCode;