Translatable server error messages (isAuthor.xml)
The translatable server error messages xml file describes specific errors returned by the application and allows to localize them.
XML elements
| Name | Description |
|---|---|
| resourcelib | Root node of the server error messages xml file |
| resource | Contains the message and the properties for the specific error. Message can contain placeholders (in curly braces) that have to be filled upon the error creation. |
| resource @resource | The string that indicates the functional area from which the error originates |
| resource @resourceid | Unique string identifier that allows to identify the error. |
| resource @errid | Unique numeric identifier that allows to identify the error. |
<?xml version='1.0' encoding='UTF-8'?>
<resourcelib xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='../Resource.xsd' version='1.0'>
<resource resource='sesConnector' resourceid='TermNotFound' errid='500000'>The tag "{term}" does no longer exist. Please remove the tag.</resource>
<resource resource='sesConnector' resourceid='TermNotSelectable' errid='500001'>The tag "{term}" for the field "{field}" can no longer be selected as defined in the configuration. Please remove this tag from the field "{field}" to validate.</resource>
</resourcelib>