See Also
The structure below applies to
all usoft xml error messages:
<uslng:messages xmlns:uslng="..."
app-interface="..." version="1.0">
<uslng:message msg-code="..."
msg-category="..." msg-type="..." system-msg="..."
language="...">
</uslng:message>
</uslng:messages>
Attributes
|
Name
|
Mandatory
|
Type
|
Values
|
app-interface
|
Yes
|
string
|
sql-script | odbc | client-server | batch | http | creapp |
usd-core
|
version
|
Yes
|
number
|
current USoft XML Messages version.
|
msg-code
|
Yes
|
Mixed
|
the message code as defined in system messages. Contains 'no
code' for constraint messages.
|
msg-category
|
Yes
|
string
|
the message category as defined in system mesages. Contains
'built-in' for constraint messages.
|
msg-type
|
Yes
|
string
|
Error | Information | Warning
|
system-msg
|
No
|
string
|
Contains 'yes' when the corresponding message category is a
system category (has the System checkbox selected).
|
language
|
Yes
|
string
|
the current language, contains 'default' when no language is
specified.
|
|