...
Code | Description |
---|---|
0 | Will be returned if the command was successful. |
1 | Will be returned if the number of arguments is incorrect. |
1 | Will be returned If login credentials are incorrect. |
1 | Will be returned if configuration permission is denied. |
2 | Will be returned if the import file does not exist. |
2 | Will be returned if the import file directory does not exist. |
3 | Will be returned if the import file cannot be read (read permission). |
5 | Will be returned if the import file has an incorrect file suffix. |
6 | Will be returned if the configuration name is incorrect. |
7 | Will be returned if the configuration does not exist. |
8 | Will be returned if the configuration is already locked. |
9 | Will be returned if an encryption passphrase is needed. |
10 | Will be returned if the user has no permission to modify the workflow. |
11 | Will be returned if the configuration could not be loaded. |
12 | Will be returned if the import fails (see the logs). |
...