Browser.CallProxy.ProxyPageState Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameValueDescription
Success0
The page is loaded.
StartPageInInvalidUri1
The URI given for the start page is not valid.
VoiceXmlBrowserFailedToLoadPage2
The Browser could not load the start page.
VoiceXmlGeneralError3
An error occurred in processing the page.
VoiceXmlGeneralWarning4
A non-fatal error occurred in processing the page.
PageNotFound5
The page specified by the URI could not be retrieved.
ServerNotAvailable6
The server that contains the VoiceXML start page could not be contacted.
MalFormedXml7
There is an error in the syntax or structure of the VoiceXML page.

See Also