The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestManagementErrorCodes Enumeration
Specifies the error codes for error messages from both client and server sides.
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
| 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. |
Show: