qgeterrorstring

Description

This command displays the error description of a given error code. See Error Codes for more information.

If the error code given by the user is invalid, the following error message is displayed: "qgeterrorstring: Error errorcode: errordescription"

Usage

qgeterrorstring $[error number] [-tf $[tokenfile]] [-tk $[token]] [-h]

Options

-tf

Reads token from a file

-tk

Token string

-h

Displays help

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures, due to the use of an unsupported option or missing argument.

2 - Any other failure.

Example

  • Display error description of error number 10.

    qgeterrorstring $[10]
     Connection to the CommServe terminated, Relogin required
    
  • Display error description of invalid error number.

    qgeterrorstring $[4543584]
     qgeterrorstring: Error 0x771: Invalid error no 4543584
    
×

Loading...