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
'Declaration
Public Enumeration TestManagementErrorCodes
public enum TestManagementErrorCodes
public enum class TestManagementErrorCodes
type TestManagementErrorCodes
public enum 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. |