7. OpenSQL Features : Error Handling : Error Message Format
 
Share this page                  
Error Message Format
Every generic error message consists of an error code and the accompanying error message text.
All generic error codes begin with E_, followed by one or two letters plus a 4digit hexadecimal number, and, optionally, descriptive text or the decimal equivalent of the hex error code. For example:
E_GEC2EC_SERIALIZATION
indicates a serialization failure (deadlock).
The content and format of local error messages are determined by the local DBMS.