Mention some common errors in a VoiceXML application?

Questions by Robert   answers by Robert

Showing Answers 1 - 3 of 3 Answers

rao_soft27

  • Jul 9th, 2007
 

error.badnext

A 'next' resulted in a failed fetch. These may be further subdivided into
error.badnext.http.404, and so on for applications that require fine-grained
error handling.


error.semantic

A run-time error was found in the VoiceXML document, e.g., a divide by 0,
substring bounds error, or an undefined variable was referenced.


error.unsupported.mime_type

The requested resource has a MIME type that is not supported by the platform,
e.g., an unsupported grammar format or audio file format.


error.unsupported.element

The platform does not support the given element. For instance some platforms may
not implement . This allows the use of event handling to adapt to different
platform capabilities.


error.unsupported.object

An <object> element refers to an object that is not supported by the platform

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions