Package velox.api.layer1.messages.plugin
Interface DownloadPluginRequest.Issue
- All Known Implementing Classes:
DownloadPluginRequest.Issue.AlreadyDownloaded,DownloadPluginRequest.Issue.CacheFailure,DownloadPluginRequest.Issue.DownloadingInterrupted,DownloadPluginRequest.Issue.FailedToDownloadAndInstall,DownloadPluginRequest.Issue.FailedToSubmit,DownloadPluginRequest.Issue.NotAllowedByLicense,DownloadPluginRequest.Issue.NotFound
- Enclosing class:
DownloadPluginRequest
public static sealed interface DownloadPluginRequest.Issue
permits DownloadPluginRequest.Issue.FailedToDownloadAndInstall, DownloadPluginRequest.Issue.DownloadingInterrupted, DownloadPluginRequest.Issue.NotFound, DownloadPluginRequest.Issue.NotAllowedByLicense, DownloadPluginRequest.Issue.AlreadyDownloaded, DownloadPluginRequest.Issue.CacheFailure, DownloadPluginRequest.Issue.FailedToSubmit
Describes an issue reported by a
DownloadPluginRequest.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordA plugin with the samequalifieris already active.static final recordPlugin catalog information could not be retrieved from the cache or server.static final recordThe worker thread was interrupted while waiting for the operation executed on the Swing event dispatch thread.static final recordAn exception was thrown while initiating or handling the download and installation operation on the Swing event dispatch thread.static final recordThe request could not be submitted for asynchronous processing.static final recordThe plugin is not available under the current license.static final recordNo downloadable plugin matches the suppliedqualifier.