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