movedat Exit Codes
Like most command line programs, movedat returns a one-byte exit code to its parent application to indicate the result of its execution. An exit code of 0 indicates successful completion, while any other value indicates a problem.
Because movedat can perform multiple operations with a single invocation, it is possible for there to be more than one status to report. If any of multiple operations fail, movedat will return 255. To receive accurate per-operations results, you must invoke movedat with only one operation at a time. Text error messages can be found by examining the text of the stderr output stream.
Below is a partial list of the exit codes which may be returned by movedat. Any non-zero code indicates a failure. If you receive a code not listed, contact technical support and provide as much information as you can about the circumstances which generated the code.
| 0 | Success: all requested operations completed successfully.
|
| 1 | Could not determine the nature of the error |
| 4 | An unsupported feature was requested |
| 5 | Invalid address |
| 8 | Object too large to be delivered |
| 9 | Object unavailable |
| 10 | Bad Credentials (username or password) |
| 11 | Object is busy or locked - try again later |
| 13 | Operation timed out |
| 14 | A requested condition was not met |
| 17 | Unspported application version |
| 18 | Invalid Argument |
| 20 | Transaction lost or unrecognized |
| 21 | Encryption required |
| 22 | Requested encryption is not supported |
| 23 | Requested key is not valid or not supported |
| 24 | Request denied by configuration or user input |
| 25 | Invalid pathname in request |
| 26 | Invalid hostname in request |
| 27 | Insufficient privileges for requested action |
| 28 | Requested feature not supported |
| 29 | Operating system error |
| 30 | Server capacity has been exceeded |
| 31 | Exceeded resource limit based on credentials |
| 32 | Session aborted |
| 33 | Out of memory |
| 34 | Directory already exists or requested state already set |
| 65 | Error in network system call |
| 68 | Network buffer overflow |
| 70 | Request expired because network connectivity was lost |
| 71 | Address is not valid |
| 72 | Port is not valid (out of range) |
| 75 | ICMP Network is down |
| 76 | ICMP Host is down |
| 77 | ICMP No application on given port |
| 79 | ICMP Network unknown |
| 80 | ICMP Host unknown |
| 81 | ICMP Net/Host/Filter Prohibited |
| 249 | Error accessing a local file |
| 254 | License/registration problem |
| 255 | Multiple: Multiple actions were requested and some failed. |