Enum CreateVersionResultCodes

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

Return codes for CreateVersion and their meanings

public enum CreateVersionResultCodes

Fields

GeneralError = 3

A general error occurred

IncompatibleClient = 4

The client does not meet the version requirements of the server

InsufficientPermissions = 2

Occurs when the user does not have sufficient permissions to create a version of the specified package

PackageConfigurationNotFound = 1

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

Success = 0

Success