Provide mapping of error constants from EDOC_ERROR_CODES to string messages.
Placeholders are marked with '{#}' where '#' is the number of replacement. Zero is always the error code. 1, 2, etc. are indexes in the error data tuple.
Copyright (c) 2005, Julian Tschannen
Eiffel Forum License v2 (see forum.txt)
-- Message of errors whitout specialized message
-- Table which maps error codes to error messages.
Provide mapping of error constants from EDOC_ERROR_CODES to string messages.
Placeholders are marked with '{#}' where '#' is the number of replacement.
Zero is always the error code. 1, 2, etc. are indexes in the error data tuple.