







|
| Browser..::..CallProxy..::..ProxyPageState Enumeration |
| Browser..::..CallProxy Class See Also Send Feedback |
Represents the state of an attempt to load a VoiceXML document.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
| C# |
|---|
protected enum ProxyPageState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 |
The page is loaded.
| |
| StartPageInInvalidUri | 1 |
The URI given for the start page is not valid.
| |
| VoiceXmlBrowserFailedToLoadPage | 2 |
The Browser could not load the start page.
| |
| VoiceXmlGeneralError | 3 |
An error occurred in processing the page.
| |
| VoiceXmlGeneralWarning | 4 |
A non-fatal error occurred in processing the page.
| |
| PageNotFound | 5 |
The page specified by the URI could not be retrieved.
| |
| ServerNotAvailable | 6 |
The server that contains the VoiceXML start page could not be contacted.
| |
| MalFormedXml | 7 |
There is an error in the syntax or structure of the VoiceXML page.
|
