AboutSupportDeveloper GuideVersion 38.126.83.74

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

Enumeration Members

AppNotFound: "AppNotFound"

Returned if the specified application is not found.

AppTimeout: "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: "ErrorOnLaunch"

Returned if the specified application fails to launch correctly.

MalformedContext: "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: "ResolverUnavailable"

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