====== < error > ====== ===== Description ===== The < error > element catches an error event. This is a shorthand notation for that catches all events of type error. ===== Syntax ===== child elements ===== Attributes ===== |count|This attribute defines the event count, as in < catch > element. This attribute is optional.| |cond|The cond attribute is a Boolean condition to test to see if the event is caught by the . This attribute is optional.| ===== Anonymous Variables ===== Two anonymous variables are available within the scope of the < catch > element: * _event – the event contains the name of the event that was thrown. * _message – the message contains the message string from the corresponding < throw > element, or a platform-defined value for events raised by the platform. ===== Parents ===== ,
, , , , , , , ===== Children ===== ,