Administrator Guide : Monitoring solidDB® : Viewing error messages and log files : Viewing error message descriptions with ADMIN COMMAND 'errorcode'
  
Viewing error message descriptions with ADMIN COMMAND 'errorcode'
Each error and status message is identified with a unique number that you can use with ADMIN COMMAND 'errorcode' to view the error description.
The command ADMIN COMMAND 'errorcode <error_number>' displays the description of the given error message.
For example:
ADMIN COMMAND 'errorcode 14706';
RC TEXT
-- ----
 0 Code: SRV_ERR_HSBINVALIDREADTHREADMODE (14706)
 0 Class: Server
 0 Type: Error
 0 Text: Invalid read thread mode for HotStandby, only mode 2 is supported.
4 rows fetched.
The command ADMIN COMMAND 'errorcode all' displays the descriptions of all error messages in a Comma Separate Value (CSV) format.
See also
Viewing error messages and log files