mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00:00
6
Exit Codes
Gilbert Chen edited this page 2020-03-07 00:46:08 -05:00
All Duplicacy commands return 0 when successful, otherwise non-zero. The specific non-zero codes are:
1: the command was interrupted by user2: the command arguments are malformed3: invalid value for a command argument100: the command encountered an error in the Duplicacy code (most run-time errors, including those from failed connections, will emit this exit code)101: the command encountered an error in a dependency library used by Duplicacy