Enum CreateVersionResultCodes

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

Return codes for CreateVersion and their meanings

public enum CreateVersionResultCodes

Fields

GeneralError = 2

A general error occurred

IncompatibleClient = 3

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

Success = 0

Success