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.
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.
SHOULD be returned if no apps are available that can resolve the intent and context combination.
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.
Returned if the FDC3 desktop agent implementation is not currently able to handle the request.
Returned if a specified target application is not available or a new instance of it cannot be opened.
Returned if a specified target application instance is not available, for example because it has been closed.
Returned if the user cancelled the resolution request, for example by closing or cancelling a resolver UI.
Constants representing the errors that can be encountered when calling the
findIntent
,findIntentsByContext
,raiseIntent
orraiseIntentForContext
methods on the DesktopAgent (fdc3
).