Home > Technical > Table Definitions > ERRORMSG
This table is used to store the error message details used on the website.
Column | Type | Description |
INTCODE | INT | A unique number to identify the error message. |
STRDESCRIPTION | VARCHAR(250) | The error message displayed by the program. |
MEMERROR | TEXT | A more complete description of the error message. |
MEMUSERMSG | TEXT | Details for the user about how to resolve the error. |
MEMSUPPORTMSG | TEXT | Details for the support team about how to resolve the error. |
Primary Key: INTCODE
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |