AboutSupportDeveloper GuideVersion 45.147.100.44

Constants representing the errors that can be encountered when calling the findIntent, findIntentsByContext, raiseIntent or raiseIntentForContext methods on the DesktopAgent (fdc3).

Enumeration Members

IntentDeliveryFailed

Returned if the intent and context could not be delivered to the selected application or instance, for example because it has not added an intent handler within a timeout.

MalformedContext

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

NoAppsFound

SHOULD be returned if no apps are available that can resolve the intent and context combination.

ResolverTimeout

SHOULD be returned if a timeout cancels an intent resolution that required user interaction. Please use ResolverUnavailable instead for situations where a resolver UI or similar fails.

ResolverUnavailable

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

TargetAppUnavailable

Returned if a specified target application is not available or a new instance of it cannot be opened.

TargetInstanceUnavailable

Returned if a specified target application instance is not available, for example because it has been closed.

UserCancelled

Returned if the user cancelled the resolution request, for example by closing or cancelling a resolver UI.