Enum EnablePackageResultCodes

Namespace
Datamine.MineTrustConnector.Core
Assembly
Datamine.MineTrustConnector.Core.dll

Return codes for EnablePackage and their meanings

public enum EnablePackageResultCodes

Fields

GeneralError = 5

A general error occurred

IncompatibleClient = 6

The client does not meet the version requirements of the server

PackageAlreadyEnabled = 2

The package with the specified package UID is already enabled

PackageConfigurationNotFound = 1

Occurs when the requested package configuration was not found on the local server

PackagePreviouslyDeleted = 3

A package with the specified package UID was previously deleted from the server

ServerURLNotValid = 4

Occurs when the specified package UID is not present within the MineTrust endpoint, or if the corresponding package was previously enabled for a different MineTrust endpoint

Success = 0

Success