Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. |