Enum UnlockPackageResultCodes
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Return codes for UnlockPackage and their meanings
public enum UnlockPackageResultCodes
Fields
GeneralError = 3
-
A general error occurred
IncompatibleClient = 4
-
The client does not meet the version requirements of the server
PackageConfigurationNotFound = 1
-
Occurs when the requested package configuration was not found on the local server
PackageNotLocked = 2
-
Occurs when no package lock was found for the specified package
Success = 0
-
Success