Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
None | No Error. | |
SaveTestPlanError | Error while saving the test plan. | |
DuplicateSuiteName | Duplicate suite name. | |
TestPointNotFoundError | Test point not found. | |
DuplicateTestCaseInSuite | Duplicate test case in test suite. | |
TestSettingsNotFound | Test settings not found. | |
TestEnvironmentAlreadyExistsOnTestController | Test environment already exists on this test controller. |