AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Enumeration ResolveError

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

    Index
    IntentDeliveryFailed: "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: "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: "NoAppsFound"

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

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

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

    TargetAppUnavailable: "TargetAppUnavailable"

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

    TargetInstanceUnavailable: "TargetInstanceUnavailable"

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

    UserCancelled: "UserCancelledResolution"

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