Complete this task to obtain and interpret DS CLI exit codes.
When you use the single-shot mode, an exit code is generated after each DS CLI command is fully processed. When you use the script mode, exit codes are only generated when the script exits the session. In script mode, you must interpret output for the status.
| Code | Category | Description |
|---|---|---|
| 0 | Success | Specifies that the command is successfully processed |
| 2 | Syntax Error | Specifies that there is an error in the way that the command is presented (misaligned or wrong parameters) for processing |
| 3 | Connection Error | Specifies that there is a connectivity or protocol error |
| 4 | Server Error | Specifies that an error occurs during a function call to the application server |
| 5 | Authentication Error | Specifies that an error occurs during the authentication process |
| 6 | Application Error | Specifies that an error occurs due to a MetaProvider client application specific process |
Perform the following steps to obtain, interpret and use the DS CLI exit codes.
Processing that determines your next course of action