github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/simple-git/dist/src/lib/utils/exit-codes.d.ts (about) 1 /** 2 * Known process exit codes used by the task parsers to determine whether an error 3 * was one they can automatically handle 4 */ 5 export declare enum ExitCodes { 6 SUCCESS = 0, 7 ERROR = 1, 8 NOT_FOUND = -2, 9 UNCLEAN = 128 10 }