NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
E-5
ERROR Command
ERROR Command
ERROR is an SQLCI command that displays the error text associated with an error
number and, optionally, the cause and effect of the error and suggestions for recovery.
type
specifies the type of error and can be one of the following:
If you omit type, SQLCI displays the error text for all operations that generate the
specified error number.
number
is a positive or negative number that identifies the error you want described. If you
omit number, SQLCI displays information about the most recent error. The
DISPLAY_ERROR and WARNINGS session options determine which errors are
reported. See SET SESSION Command on page S-39 for more information.
DETAIL or BRIEF
specifies the error information to display.
ERROR [ [ type ] number [ , { DETAIL } ] ] ;
[ [ { BRIEF } ] ]
type is:
{ AUD }
{ DP }
{ FS }
{ OS }
{ SIO }
{ SORT }
{ SQL }
AUD Audit-fixup process
DP Disk process
FS File system
OS Guardian operating system
SIO Sequential I/O
SQL SQL command
SORT Sort
DETAIL Display error text, cause, and effect, plus suggestions for recovery.
BRIEF Display error text only.