Exit codes used in the command line
Published 16 July 2014
The command line returns the following codes:
Code | Meaning |
---|---|
0 | No differences found. Operation completed successfully. |
61 | Differences found. |
62 | Deployment failed. |
63 | Deployment warnings above threshold. Deployment aborted. |
70 | An unexpected error occurred. |