TestManagementErrorCodes Enumeration

 

Specifies the error codes for error messages from both client and server sides.

Namespace:   Microsoft.TeamFoundation.TestManagement.Common
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

public enum TestManagementErrorCodes
public enum class TestManagementErrorCodes
type TestManagementErrorCodes
Public Enumeration TestManagementErrorCodes

Members

Member name Description
DuplicateSuiteName

Duplicate suite name.

DuplicateTestCaseInSuite

Duplicate test case in test suite.

None

No Error.

SaveTestPlanError

Error while saving the test plan.

TestEnvironmentAlreadyExistsOnTestController

Test environment already exists on this test controller.

TestPointNotFoundError

Test point not found.

TestSettingsNotFound

Test settings not found.

See Also

Microsoft.TeamFoundation.TestManagement.Common Namespace

Return to top