|
Newsletters
|
|
|
|
|
Voice XML Reference
Voice XML Reference
Bookmark this page
The error Element - <error>
Description: Shorthand for <catch event="error"> and catches all events of type error.
Example:
<error>An error has occurred -- please call again later.<exit/></error>
| Attributes |
| Name |
Value |
Description |
| count |
integer |
The event count (as in <catch>). |
| cond |
boolean |
An optional condition to test to see if the event is caught by this element (as in <catch>). Defaults to true. |
Back to Tag Listing
|
|