perror
Returns a description of a specified error number.Syntax
UNIX
perror error-no
Windows
perror {-w} error-no{...}
Parameters
error-no Error number returned by the Reality software or the host system. On Windows, more than one error number can be specified.
Options
-w specifies error number from the Windows system. Only valid on Windows hosts.
Comments
perror generates a report for the specified error number. The report comprises the error number, the error symbol name returned by the software and a description of the error.