The <Event> Element
Description
Events and errors occurred during the processing of the request. These messages are mainly informational, and could be checked in case of problems like missing data. See also Trappable Events for a list of events you can check in an automated fashion.
<Event
number =
integer
severity =
"literal"
group =
"literal"
type =
"literal"
debug-only =
boolean >
</Event>
Content
Content type: textAttributes
Attribute name | Data type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
number | integer | Indicates the nuber of the event; see also Trappable Events. Next to severity, this is an attribute you could inspect. | ||||||||||||
severity | literal |
Indicates the severity of the event;
the possible severities of events
are:
| ||||||||||||
group | literal | Indicates in which layer of the TBXDS engine the event was thrown. This attribute is purely informational. | ||||||||||||
type | literal | Indicates to which category this event belongs; usually "general" is returned. This attribute is purely informational. | ||||||||||||
debug-only | boolean | The debug-only attribute only occurs when the TBXDS engine has been set to not optimize the XML tree, and to emit full debug information (see <Parameter>). |