Enum SyncNowResultCodes
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Return codes for SyncNow and their meanings
public enum SyncNowResultCodes
Fields
GeneralError = 4
-
A general error occurred
IncompatibleClient = 5
-
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
PackageLocked = 3
-
Occurs when the specified package cannot be synced because it is currently locked locally
PackageNotEnabled = 2
-
Occurs when the specified package is not currently enabled for execution
Success = 0
-
Success