Enum UpdateServerResultCodes
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Return codes for UpdateServer and their meanings
public enum UpdateServerResultCodes
Fields
GeneralError = 5
-
A general error occurred
IncompatibleClient = 6
-
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
ServerFileCheckedOut = 4
-
Occurs when the server file cannot be updated because it has been checked out by another user
ServerFileNotFound = 3
-
Occurs when the specified file is not found on the server
Success = 0
-
Success