0 Program suseccfully completed. Usually indicates that the program / application or DOS / Cmd command has successfully completed. 1 Incorrect function. Usually indicates that Run DOS / Cmd command Action has attempted to execute non-recognized command in Windows command prompt cmd.exe. 2 The system cannot find the file specified. Indicates that the file can not be found in specified location. 3 The system cannot find the path specified. Indicates that the specified path can not be found. 5 Access is denied. Indicates that user has no access right to specified resource. 9009 0x2331 Program is not recognized as an internal or external command, operable program or batch file. Usually indicates that command, application name or path has been misspelled when configuring the Action. 3221225477 0xC0000005 -1073741819 Access violation. Indicates that the executed program has terminated abnormally or crashed. 3221225495 0xC0000017 -1073741801 Not enough virtual memory is available. Indicates that Windows has run out of memory. 3221225786 0xC000013A -1073741510 The application terminated as a result of a CTRL+C. Indicates that the application has been terminated either by user's keyboard input CTRL+C or CTRL+Break or closing command prompt cmd.exe window. 3221225794 0xC0000142 -1073741502 The application failed to initialize properly. Usually indicates that the application has been launched on a Desktop to which current user has no access rights. Another possible cause is that either gdi32.dll or user32.dll has failed to initialize. 3221226505 0xC0000409 -1073740791 Stack buffer overflow / overrun. Error can indicate a bug in the executed software that causes stack overflow leading to abnormal termination of the software. 3221225725 0xC00000FD -1073741571 Stack overflow / exhaustion. Error can indicate a bug in the executed software that causes stack overflow leading to abnormal termination of the software.

评论