Skip to main content

GloInstallAppError

No description

union GloInstallAppError = GloAppNotInstalledError | GloAppAlreadyInstalledError | GloAppInstallDeniedError | GloAppDeletedError

Possible types

GloInstallAppError.GloAppNotInstalledError object

Error that occurs when a GloApp cannot be installed into a workspace.

GloInstallAppError.GloAppAlreadyInstalledError object

Error that occurs when a GloApp cannot be installed into a workspace as it has already been installed.

GloInstallAppError.GloAppInstallDeniedError object

Error that occurs when a GloApp cannot be installed into a workspace due to insufficient permissions.

GloInstallAppError.GloAppDeletedError object

Error that occurs when attempting to update a deleted GloApp.