Enum LockPackageResultCodes

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

Return codes for LockPackage and their meanings

public enum LockPackageResultCodes

Fields

FilesCheckedOutElsewhere = 3

Occurs when the package cannot be locked because one or more files were checked out by another user

GeneralError = 7

A general error occurred

IncompatibleClient = 8

The client does not meet the version requirements of the server

PackageAlreadyLocked = 2

Occurs when the specified package was already locked locally

PackageConfigurationNotFound = 1

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

PackageNotEnabled = 5

Occurs when a package cannot be locked because it is not currently enabled for sync

PackageProcessing = 6

Occurs when a package cannot be locked because it is currently being processed by MT Connector

ProcessNotFound = 4

Occurs when an OwnerProcess PID was specified, but no matching process was found

Success = 0

Success