Skip to main content
Version: 1.1

OpenError

enum OpenError {
AppNotFound = "AppNotFound",
ErrorOnLaunch = "ErrorOnLaunch",
AppTimeout = "AppTimeout",
ResolverUnavailable = "ResolverUnavailable"
}

Contains constants representing the errors that can be encountered when calling the open method on the DesktopAgent object.

See also