CommandLineTool.permanentFailCodes_

Exit codes that indicate the process failed due to a permanent logic error, where executing the process with the same runtime environment and same inputs is expected to always fail.

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

Meta