AboutSupportDeveloper GuideVersion 45.147.100.44

Constants representing the errors that can be encountered when calling the open method on the DesktopAgent object (fdc3).

Enumeration Members

AppNotFound

Returned if the specified application is not found.

AppTimeout

Returned if the specified application launches but fails to add a context listener in order to receive the context passed to the fdc3.open call.

ErrorOnLaunch

Returned if the specified application fails to launch correctly.

MalformedContext

Returned if a call to the open function is made with an invalid context argument. Contexts should be Objects with at least a type field that has a string value.

ResolverUnavailable

Returned if the FDC3 desktop agent implementation is not currently able to handle the request.