Share via


AddInError Enumeration

 

Indicates the types of errors that are reported from the download provider.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public enum AddInError
public enum class AddInError
Public Enumeration AddInError

Members

Member name Description
AuthorizationError

Indicates that access was denied while trying to download a file.

DownloadError

Indicates that an error occurred while downloading a file.

FileNotInPackage

Indicates that the add-in package does not include an expected file.

InstallError

Indicates that an error occurred while installing an add-in package.

InvalidData

Indicates that the provided data is not valid.

InvalidDownloadRequest

Indicates that the download request is not valid.

InvalidSignature

Indicates that the add-in package does not have a signature or that the signature is not valid.

None

Indicates that no error occurred.

OperationCancelled

Indicates that the asynchronous operation was successfully canceled.

OperationInProgress

Indicates that an install or uninstall operation is already in progress.

PackageExtraction

Indicates that an error occurred while extracting files from the add-in package.

PackageFileCopyError

Indicates that the add-in package could not be copied.

ProviderConnectionError

Indicates that an error occurred while connecting to the download provider.

SettingsProviderError

Indicates that an error occurred while connecting to the settings provider.

UnableToQueryServer

Indicates that the server could not be queried.

UninstallError

Indicates that an error occurred while uninstalling the add-in package.

UnknownAddIn

Indicates that the identifier for the add-in package is not known.

UnknownException

Indicates that an unknown error has occurred.

UpgradeError

Indicates that an error occurred while upgrading an add-in package.

See Also

Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top