Documentation Center

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

NameDescription
resourcelibRoot node of the server error messages xml file
resourceContains 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 @resourceThe string that indicates the functional area from which the error originates
resource @resourceidUnique string identifier that allows to identify the error.
resource @erridUnique 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 &quot;{term}&quot; does no longer exist. Please remove the tag.</resource>
    <resource resource='sesConnector' resourceid='TermNotSelectable' errid='500001'>The tag &quot;{term}&quot; for the field &quot;{field}&quot; can no longer be selected as defined in the configuration. Please remove this tag from the field &quot;{field}&quot; to validate.</resource>
</resourcelib>