Error Messages
You may receive the following messages after executing Project Deployment Tool commands in the command prompt window.
Message | Description |
---|---|
0 - SUCCESS | The operation was successful and no errors were found. |
1 - INVALID_ARGUMENT | A missing, incomplete, incompatible, or incorrect argument has been entered. Example: A file does not have a file name. |
2 - INVALID_BUNDLE_FILE | A bundle file argument is invalid. Deployment Example: A ZIP file is missing or invalid. Bundling Example: A ZIP file already exists. |
3 - SERVER_NOT_FOUND | You cannot connect to a web server. Example: You may have entered an incorrect URL, or the connection attempt timed out. |
4 - AUTHENTICATION_FAILURE | You entered invalid authentication credentials. |
9 - FATAL_EXECPTION | An exception occurred for an unknown reason. |
101 - BUNDLING_FAILED | A bundling operation started, but a failure occurred before the operation completed. As a result, the bundled file is probably incomplete. |
200 - MISSING_CONTENT | The bundle that you are trying to deploy is missing content. |
201 - DEPLOYMENT_FAILED | The deployment started, but a failure occurred before the operation completed. As a result, not all data in the bundle was deployed to the target system. |