.. This file is part of Sympathy for Data. .. Copyright (c) 2024 Combine Control Systems AB .. .. SYMPATHY FOR DATA COMMERCIAL LICENSE .. You should have received a link to the License with Sympathy for Data. .. _appendix_return_codes: Return codes ------------- Sympathy return codes give users the possibility to investigate whether a particular Sympathy process has executed successfully or not. As per convention, 0 indicates a successful execution while non-zero values indicate a range of errors based on their underlying causes. ========== ================= Code Description ========== ================= 0 Success 1 Error 2 Invalid arguments 3 No such file 4 No such directory 5 IO error 6 Workflow error 7 Ini file is corrupt or invalid 8 Invalid node(s) in workflow 9 Workflow is empty 10 Workflow is corrupt and cannot be loaded 11 Queued node(s) in workflow, after abort ========== =================