stcode(1ncs) stcode(1ncs)
Name
stcode - translate a hexadecimal status code value to a textual message
Syntax
stcode hex_stat_code
Description
The command prints the textual message associated with a hexadecimal status code. This command is useful when a program produces a hexa-
decimal status code instead of a textual message.
The command processes predefined status codes. No provision is currently made to add user-defined status codes to the error text database.
Examples
Translate the hexadecimal status code 1c010003:
# stcode 1c010003
unknown interface (network computing system/RPC runtime)
stcode(1ncs)