C.3.2 return codes – Sun Microsystems Sun Fire V20z User Manual

Page 104

Advertising
background image

C-6

Sun Fire V20z Server User Guide • March 2004

The following data displays after a test is run:

Submitted Test Name

Test Handle

Test Result (for example, Passed, Failed)

Details (if you specify the -v option, Test Details displays indicating detailed
information about the test such as high, low, and nominal values, actual values,
etc. Upon failure, Failure Details displays with a text message indicating the cause
of failure.)

C.3.2

Return Codes

Following are the return values for this command:

Return Code

ID

Description

NWSE_Success

0

Command successfully completed.

NWSE_InvalidUsage

1

Invalid usage: bad parameter usage,
conflicting options specified.

NWSE_RPCTimeout

2

Request was issued, but was not serviced
by the server. RPC procedure timed out
and the request may or may not have
been serviced by the server.

NWSE_RPCNotConnected

3

Unable to connect to the RPC server.

NWSE_InvalidArgument

4

One or more arguments were incorrect or
invalid.

NWSE_NoPermission

6

Not authorized to perform this
operation.

NWSE_MissingArgument

7

Missing argument(s).

Advertising