Command error codes, Format, Codes – APC Command Line Interface User Manual

Page 8: Cli online help

Advertising
background image

4

Command Line Interface (CLI) User’s Guide

Command Error Codes

Format

The CLI reports all errors in the following format:

E[0-9][0-9][0-9]: Error message

The CLI reports all successful command
operations with the message

OK

, followed by the

output of the command.

The CLI command error codes enable scripted
operations to detect error conditions reliably
without having to match error message text.

Codes

CLI Online Help

Use the help command to do the following:

• Obtain information about the purpose and

syntax of a specified command.

• Check whether a command exists. If the

command you specify is not a valid CLI
command, the message

Command does

not exist

is displayed.

• List the commands that are available to you,

based on your account type.

Code Message Text

Notes

E100 Command does not

exist.

E101 Invalid command

arguments.

The arguments supplied

are too few, too many, the

wrong type, etc.

E102 User already exists.
E103 User does not exist.
E104 User does not have

access to this

command.

E200 Input error.

A command that prompts

for required user input,

such as a password, did

not receive that input

within three minutes.

Advertising