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.

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

Meta