CommandLineTool.temporaryFailCodes_

Exit codes that indicate the process failed due to a possibly temporary condition, where executing the process with the same runtime environment and inputs may produce different results. If not specified, no exit codes are considered temporary failure.

class CommandLineTool
Either!(None, int[]) temporaryFailCodes_;

Meta