Skip to main content

CLI exit codes

The Veracode CLI returns an exit code to indicate whether your command succeeded or triggered an error. Some commands might have multiple exit codes.

The following table lists the exit codes and their meaning.

Exit codeMeaning
0Command completed successfully.
1Generic error.
2Parser error. Check command input and user permissions.
125Out of memory.
126Command failed. Check local system configuration.
127Command not found. Check PATH configuration and command syntax.
128Invalid argument. Retry command.
130Command terminated by user.