stcode(1ncs)
Name
stcode − translate a hexadecimal status code value to a textual message
Syntax
stcode hex_stat_code
Description
The stcode command prints the textual message associated with a hexadecimal status code. This command is useful when a program produces a hexadecimal status code instead of a textual message.
The stcode 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)