Enum TDAPI_ERRORCODES

  • All Implemented Interfaces:
    com4j.ComEnum, java.io.Serializable, java.lang.Comparable<TDAPI_ERRORCODES>

    public enum TDAPI_ERRORCODES
    extends java.lang.Enum<TDAPI_ERRORCODES>
    implements com4j.ComEnum

    General error codes.

    • Enum Constant Detail

      • TDOLE_OBJNOTINITIALIZED

        public static final TDAPI_ERRORCODES TDOLE_OBJNOTINITIALIZED

        Quality Center server object not initialized.

        The value of this constant is 1001

      • TDOLE_GENERROR

        public static final TDAPI_ERRORCODES TDOLE_GENERROR

        General error.

        The value of this constant is 1002

      • TDOLE_NOCONFIGFILE

        public static final TDAPI_ERRORCODES TDOLE_NOCONFIGFILE

        The BDE configuration file not found.

        The value of this constant is 1003

      • TDOLE_ILLEGALPASSWORD

        public static final TDAPI_ERRORCODES TDOLE_ILLEGALPASSWORD

        Wrong user name or password.

        The value of this constant is 1004

      • TDOLE_ILLEGALDBNAME

        public static final TDAPI_ERRORCODES TDOLE_ILLEGALDBNAME

        Wrong Quality Center project name.

        The value of this constant is 1005

      • TDOLE_NODBDIR

        public static final TDAPI_ERRORCODES TDOLE_NODBDIR

        The Quality Center project directory was not found.

        The value of this constant is 1006

      • TDOLE_NOTESTDIR

        public static final TDAPI_ERRORCODES TDOLE_NOTESTDIR

        The Test Repository was not found.

        The value of this constant is 1007

      • TDOLE_DBLIMIT

        public static final TDAPI_ERRORCODES TDOLE_DBLIMIT

        The maximum number of projects is open.

        The value of this constant is 1008

      • TDOLE_DBVERMISMATCH

        public static final TDAPI_ERRORCODES TDOLE_DBVERMISMATCH

        Project version mismatch.

        The value of this constant is 1009

      • TDOLE_NO_IDAPI_DLL

        public static final TDAPI_ERRORCODES TDOLE_NO_IDAPI_DLL

        No BDE is installed.

        The value of this constant is 1010

      • TDOLE_RECNOTFOUND

        public static final TDAPI_ERRORCODES TDOLE_RECNOTFOUND

        No record matches the key value.

        The value of this constant is 1011

      • TDOLE_NOFIELD

        public static final TDAPI_ERRORCODES TDOLE_NOFIELD

        The specified field does not exist.

        The value of this constant is 1012

      • TDOLE_NOTAUTOTEST

        public static final TDAPI_ERRORCODES TDOLE_NOTAUTOTEST

        The test is not an automated test.

        The value of this constant is 1013

      • TDOLE_NODIRECTORY

        public static final TDAPI_ERRORCODES TDOLE_NODIRECTORY

        The specified directory does not exist.

        The value of this constant is 1014

      • TDOLE_ATEOF

        public static final TDAPI_ERRORCODES TDOLE_ATEOF

        The end of the table has been reached.

        The value of this constant is 1015

      • TDOLE_ATBOF

        public static final TDAPI_ERRORCODES TDOLE_ATBOF

        The beginning of the table has been reached.

        The value of this constant is 1016

      • TDOLE_INVALIDATTRNAME

        public static final TDAPI_ERRORCODES TDOLE_INVALIDATTRNAME

        The specified attribute does not exist.

        The value of this constant is 1017

      • TDOLE_ILLEGALSUBJECTPATH

        public static final TDAPI_ERRORCODES TDOLE_ILLEGALSUBJECTPATH

        The specified subject path does not exist.

        The value of this constant is 1018

      • TDOLE_MANUALTEST

        public static final TDAPI_ERRORCODES TDOLE_MANUALTEST

        The specified test type is not an automatic test.

        The value of this constant is 1019

      • TDOLE_CHANGED

        public static final TDAPI_ERRORCODES TDOLE_CHANGED

        The API has changed.

        The value of this constant is 1020

      • TDOLE_DBNOTCONNECTED

        public static final TDAPI_ERRORCODES TDOLE_DBNOTCONNECTED

        The API is not connected to a project.

        The value of this constant is 1021

      • TDOLE_INVALIDNODEID

        public static final TDAPI_ERRORCODES TDOLE_INVALIDNODEID

        The specified node ID is invalid.

        The value of this constant is 1022

      • TDOLE_NONODE

        public static final TDAPI_ERRORCODES TDOLE_NONODE

        The specified node does not exist.

        The value of this constant is 1023

      • TDOLE_CANNTOPENTESTTB

        public static final TDAPI_ERRORCODES TDOLE_CANNTOPENTESTTB

        Cannot open Test table.

        The value of this constant is 1024

      • TDOLE_CANNTOPENSTEPTB

        public static final TDAPI_ERRORCODES TDOLE_CANNTOPENSTEPTB

        Cannot open Step table.

        The value of this constant is 1025

      • TDOLE_CANNTOPENRUNTB

        public static final TDAPI_ERRORCODES TDOLE_CANNTOPENRUNTB

        Cannot open Run table.

        The value of this constant is 1026

      • TDOLE_CANNTOPENTESTCYCLTB

        public static final TDAPI_ERRORCODES TDOLE_CANNTOPENTESTCYCLTB

        Cannot open Testcycle table.

        The value of this constant is 1027

      • TDOLE_CANNTOPENCYCLETB

        public static final TDAPI_ERRORCODES TDOLE_CANNTOPENCYCLETB

        Cannot open Cycle table.

        The value of this constant is 1028

      • TDOLE_CANNTOPENDESSTEPTB

        public static final TDAPI_ERRORCODES TDOLE_CANNTOPENDESSTEPTB

        Cannot open Dessteps table.

        The value of this constant is 1029

      • TDOLE_CANNTOPENHISTTB

        public static final TDAPI_ERRORCODES TDOLE_CANNTOPENHISTTB

        Cannot open History table.

        The value of this constant is 1030

      • TDOLE_CANNTBUILDTREE

        public static final TDAPI_ERRORCODES TDOLE_CANNTBUILDTREE

        Cannot build the test plan tree.

        The value of this constant is 1031

      • TDOLE_NOASSOCIATEDROOT

        public static final TDAPI_ERRORCODES TDOLE_NOASSOCIATEDROOT

        No associated tree root.

        The value of this constant is 1032

      • TDOLE_VCS_NOVCS

        public static final TDAPI_ERRORCODES TDOLE_VCS_NOVCS

        VCS support is not installed on the Quality Center server side.

        The value of this constant is 1033

      • TDOLE_VCS_NOTVCSDB

        public static final TDAPI_ERRORCODES TDOLE_VCS_NOTVCSDB

        The Quality Center project is not connected to the VCS database.

        The value of this constant is 1034

      • TDOLE_VCS_CANNOTLOGIN

        public static final TDAPI_ERRORCODES TDOLE_VCS_CANNOTLOGIN

        Cannot log into the VCS database.

        The value of this constant is 1035

      • TDOLE_VCS_NOTINVCSDB

        public static final TDAPI_ERRORCODES TDOLE_VCS_NOTINVCSDB

        The test is not in the VCS database.

        The value of this constant is 1036

      • TDOLE_VCS_LOCKEDMETEST

        public static final TDAPI_ERRORCODES TDOLE_VCS_LOCKEDMETEST

        The test is locked by the current user.

        The value of this constant is 1037

      • TDOLE_VCS_LOCKEDTEST

        public static final TDAPI_ERRORCODES TDOLE_VCS_LOCKEDTEST

        The test is locked by another user.

        The value of this constant is 1038

      • TDOLE_VCS_NOTCONNECTED

        public static final TDAPI_ERRORCODES TDOLE_VCS_NOTCONNECTED

        Not connected to the VCS database.

        The value of this constant is 1039

      • TDOLE_VCS_NOTCHECKEDOUT

        public static final TDAPI_ERRORCODES TDOLE_VCS_NOTCHECKEDOUT

        The test is not checked out.

        The value of this constant is 1040

      • TDOLE_VCS_NOTLOCKED

        public static final TDAPI_ERRORCODES TDOLE_VCS_NOTLOCKED

        The test is not locked.

        The value of this constant is 1041

      • TDOLE_VCS_NOTDEFVERFILE

        public static final TDAPI_ERRORCODES TDOLE_VCS_NOTDEFVERFILE

        There is no version file defined for the test type.

        The value of this constant is 1042

      • TDOLE_FAILED_TO_SET_CUR_VER

        public static final TDAPI_ERRORCODES TDOLE_FAILED_TO_SET_CUR_VER

        Failed to set the working version of the test.

        The value of this constant is 1043

      • TDOLE_FAILED_TO_GET_CUR_VER

        public static final TDAPI_ERRORCODES TDOLE_FAILED_TO_GET_CUR_VER

        Failed to get the working version of the test.

        The value of this constant is 1044

      • FAILED_CHECKIN

        public static final TDAPI_ERRORCODES FAILED_CHECKIN

        Check-in failure.

        The value of this constant is 22222

      • FAILED_CHECKOUT

        public static final TDAPI_ERRORCODES FAILED_CHECKOUT

        Check-out failure.

        The value of this constant is 22223

      • TDAPI_VC_NOT_AUTHORIZED_TO_UNDO

        public static final TDAPI_ERRORCODES TDAPI_VC_NOT_AUTHORIZED_TO_UNDO

        User is not authorized to force undo.

        The value of this constant is 22224

      • TDAPI_VCS_VERSION_ALREADY_EXIST_IN_HIST

        public static final TDAPI_ERRORCODES TDAPI_VCS_VERSION_ALREADY_EXIST_IN_HIST

        Cannot check in. Version number already exists.

        The value of this constant is 11114

      • TDAPI_SHARING_ILLEGAL_DOMAIN

        public static final TDAPI_ERRORCODES TDAPI_SHARING_ILLEGAL_DOMAIN

        Could not find domain from which library was created.

        The value of this constant is 11115

      • TDAPI_SHARING_ILLEGAL_PROJECT

        public static final TDAPI_ERRORCODES TDAPI_SHARING_ILLEGAL_PROJECT

        Could not find project from which library was created.

        The value of this constant is 11116

      • TDAPI_MAXIMUM_PATH_LIMIT_EXCEEDED

        public static final TDAPI_ERRORCODES TDAPI_MAXIMUM_PATH_LIMIT_EXCEEDED

        Maximum path limit exceeded. Cannot add children to entity.

        The value of this constant is 11117

      • TDOLE_READ_ONLY_FIELD

        public static final TDAPI_ERRORCODES TDOLE_READ_ONLY_FIELD

        Cannot modify read-only field.

        The value of this constant is 11112

      • TDOLE_MAXIMUM_PATH_DEPTH_EXCEEDED

        public static final TDAPI_ERRORCODES TDOLE_MAXIMUM_PATH_DEPTH_EXCEEDED

        Maximum path depth limit exceeded.

        The value of this constant is 11122

      • TDOLE_MAIL_NO_ERROR

        public static final TDAPI_ERRORCODES TDOLE_MAIL_NO_ERROR

        No error encountered.

        The value of this constant is 1045

      • TDOLE_NO_MAIL_DLL

        public static final TDAPI_ERRORCODES TDOLE_NO_MAIL_DLL

        The mail DLL was not found.

        The value of this constant is 1046

      • TDOLE_MAIL_NO_TO_FIELD

        public static final TDAPI_ERRORCODES TDOLE_MAIL_NO_TO_FIELD

        The wrong 'To:' address.

        The value of this constant is 1047

      • TDOLE_MAIL_ERR_PARSING_PARAMS

        public static final TDAPI_ERRORCODES TDOLE_MAIL_ERR_PARSING_PARAMS

        The mail format is incorrect.

        The value of this constant is 1048

      • TDOLE_MAIL_GENERROR

        public static final TDAPI_ERRORCODES TDOLE_MAIL_GENERROR

        General mail error.

        The value of this constant is 1049

      • TDOLE_MAIL_LOGIN_FAILURE

        public static final TDAPI_ERRORCODES TDOLE_MAIL_LOGIN_FAILURE

        The mailbox login is incorrect.

        The value of this constant is 1050

      • TDOLE_MAIL_ERR_SENDING

        public static final TDAPI_ERRORCODES TDOLE_MAIL_ERR_SENDING

        Failure sending mail.

        The value of this constant is 1051

      • TDOLE_MAIL_BAD_FROM_FIELD

        public static final TDAPI_ERRORCODES TDOLE_MAIL_BAD_FROM_FIELD

        The 'From' parameter is invalid.

        The value of this constant is 1052

      • TDOLE_WARNING_FROM_NOT_FOUND

        public static final TDAPI_ERRORCODES TDOLE_WARNING_FROM_NOT_FOUND

        The 'From' parameter is missing.

        The value of this constant is 1053

      • TDOLE_MAIL_WARNING_BAD_OR_EMPTY_USER_OR_USERGROUP

        public static final TDAPI_ERRORCODES TDOLE_MAIL_WARNING_BAD_OR_EMPTY_USER_OR_USERGROUP

        One or more e-mail addresses are invalid.

        The value of this constant is 1410

      • TDOLE_NOABSOLUTEPATH

        public static final TDAPI_ERRORCODES TDOLE_NOABSOLUTEPATH

        No absolute path.

        The value of this constant is 1054

      • TDOLE_TEST_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_TEST_EXISTS

        The test exists.

        The value of this constant is 1055

      • TDOLE_LICENSE_DENIED

        public static final TDAPI_ERRORCODES TDOLE_LICENSE_DENIED

        No license to access this module.

        The value of this constant is 1056

      • TDOLE_LICENSE_OVERFLOW_ALERT

        public static final TDAPI_ERRORCODES TDOLE_LICENSE_OVERFLOW_ALERT

        No license to access this module.

        The value of this constant is 1057

      • TDOLE_LICENSE_NOT_INITILIZED

        public static final TDAPI_ERRORCODES TDOLE_LICENSE_NOT_INITILIZED

        No license to access this module.

        The value of this constant is 1058

      • TDOLE_LICENSE_GENERROR

        public static final TDAPI_ERRORCODES TDOLE_LICENSE_GENERROR

        Failed to extract license status.

        The value of this constant is 1059

      • TDOLE_LICENSE_KEY_EXPIRED

        public static final TDAPI_ERRORCODES TDOLE_LICENSE_KEY_EXPIRED

        License expired.

        The value of this constant is 1060

      • TDOLE_LICENSE_DOMAIN_NOT_FOUND

        public static final TDAPI_ERRORCODES TDOLE_LICENSE_DOMAIN_NOT_FOUND

        Invalid license.

        The value of this constant is 1061

      • TDOLE_LICENSE_MUID_NOT_FOUND

        public static final TDAPI_ERRORCODES TDOLE_LICENSE_MUID_NOT_FOUND

        Invalid license.

        The value of this constant is 1062

      • TDOLE_VCS_VERSIONEXISTS

        public static final TDAPI_ERRORCODES TDOLE_VCS_VERSIONEXISTS

        The version already exists.

        The value of this constant is 1063

      • TDOLE_VCS_VERSIONNOTEXISTS

        public static final TDAPI_ERRORCODES TDOLE_VCS_VERSIONNOTEXISTS

        Required version does not exist in the version control.

        The value of this constant is 1064

      • TDOLE_BAD_REQUEST

        public static final TDAPI_ERRORCODES TDOLE_BAD_REQUEST

        Invalid request format.

        The value of this constant is 1065

      • TDOLE_BAD_ATT_STREAM

        public static final TDAPI_ERRORCODES TDOLE_BAD_ATT_STREAM

        Attachment stream is invalid.

        The value of this constant is 1066

      • TDOLE_RECCOVER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_RECCOVER_EXISTS

        Duplicate requirement coverage.

        The value of this constant is 1068

      • TDOLE_ERROR_FILESYSTEM

        public static final TDAPI_ERRORCODES TDOLE_ERROR_FILESYSTEM

        File system error.

        The value of this constant is 1069

      • TDOLE_ERROR_PATH_NOT_FOUND

        public static final TDAPI_ERRORCODES TDOLE_ERROR_PATH_NOT_FOUND

        File system path is not valid.

        The value of this constant is 1070

      • TDAPI_ERROR_PATH_PERMISSION

        public static final TDAPI_ERRORCODES TDAPI_ERROR_PATH_PERMISSION

        File system permission error.

        The value of this constant is 1071

      • TDOLE_ERROR_CANT_CHANGE_SUBTYPE

        public static final TDAPI_ERRORCODES TDOLE_ERROR_CANT_CHANGE_SUBTYPE

        Entity subtype change error.

        The value of this constant is 1072

      • TDAPI_LICENSE_RESTICTED_ACTION

        public static final TDAPI_ERRORCODES TDAPI_LICENSE_RESTICTED_ACTION

        Action restricted by license.

        The value of this constant is 1073

      • TDAPI_DISCONNECTED_BY_ADMIN

        public static final TDAPI_ERRORCODES TDAPI_DISCONNECTED_BY_ADMIN

        The project was disconnected by the administrator.

        The value of this constant is 1077

      • TDAPI_FAILED_TO_RECONNECT

        public static final TDAPI_ERRORCODES TDAPI_FAILED_TO_RECONNECT

        Cannot connect to the project.

        The value of this constant is 1078

      • TDOLE_DUPLICATENODENAME

        public static final TDAPI_ERRORCODES TDOLE_DUPLICATENODENAME

        Duplicate SysTreeNode name.

        The value of this constant is 1080

      • TDOLE_MAIL_ERROR_BAD_ENTITY

        public static final TDAPI_ERRORCODES TDOLE_MAIL_ERROR_BAD_ENTITY

        Cannot find entity by e-mail.

        The value of this constant is 1081

      • TDOLE_CYCLE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_CYCLE_EXISTS

        Duplicate TestSet name.

        The value of this constant is 1082

      • TDOLE_ENTITY_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_ENTITY_EXISTS

        Duplicate entity.

        The value of this constant is 1083

      • TDAPI_ERROR_SEVER_SIDE_VALIDATION

        public static final TDAPI_ERRORCODES TDAPI_ERROR_SEVER_SIDE_VALIDATION

        Permission Server Side Validation Error.

        The value of this constant is 1090

      • TDOLE_BAD_FILTER_START

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_START

        Invalid filter.

        The value of this constant is 1100

      • TDOLE_BAD_FILTER_1

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_1

        Invalid filter.

        The value of this constant is 1101

      • TDOLE_BAD_FILTER_2

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_2

        Invalid filter.

        The value of this constant is 1102

      • TDOLE_BAD_FILTER_3

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_3

        Invalid filter.

        The value of this constant is 1103

      • TDOLE_BAD_FILTER_4

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_4

        Invalid filter.

        The value of this constant is 1104

      • TDOLE_BAD_FILTER_5

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_5

        Invalid filter.

        The value of this constant is 1105

      • TDOLE_BAD_FILTER_6

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_6

        Invalid filter.

        The value of this constant is 1106

      • TDOLE_BAD_FILTER_7

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_7

        Invalid filter.

        The value of this constant is 1107

      • TDOLE_BAD_FILTER_END

        public static final TDAPI_ERRORCODES TDOLE_BAD_FILTER_END

        Invalid filter.

        The value of this constant is 1110

      • TDOLE_TESTS_ALREADY_RUN

        public static final TDAPI_ERRORCODES TDOLE_TESTS_ALREADY_RUN

        The test has been executed by another user.

        The value of this constant is 1111

      • TDOLE_E_CREATE_LOG_FILE

        public static final TDAPI_ERRORCODES TDOLE_E_CREATE_LOG_FILE

        Cannot create log file.

        The value of this constant is 1112

      • TDOLE_E_START_RUNS

        public static final TDAPI_ERRORCODES TDOLE_E_START_RUNS

        Cannot execute test.

        The value of this constant is 1113

      • TDOLE_ILLEGALUSERNAME

        public static final TDAPI_ERRORCODES TDOLE_ILLEGALUSERNAME

        Wrong user name.

        The value of this constant is 1152

      • TDOLE_REQUEST_CANCELLED

        public static final TDAPI_ERRORCODES TDOLE_REQUEST_CANCELLED

        Request has been cancelled.

        The value of this constant is 1153

      • TDOLE_RESPONSE_TAMPERED

        public static final TDAPI_ERRORCODES TDOLE_RESPONSE_TAMPERED

        Response has been tampered.

        The value of this constant is 1154

      • TDAPI_CLIENT_CERTIFICATE_ERROR

        public static final TDAPI_ERRORCODES TDAPI_CLIENT_CERTIFICATE_ERROR

        Client certificate error.

        The value of this constant is 1155

      • TDOLE_TARGET_OR_SOURCE_ENTITY_DOESNT_EXIST

        public static final TDAPI_ERRORCODES TDOLE_TARGET_OR_SOURCE_ENTITY_DOESNT_EXIST

        Target or source entity does not exist.

        The value of this constant is 1973

      • TDOLE_ERR_SETTING_PARENT_ID_TO_DESCENDANT

        public static final TDAPI_ERRORCODES TDOLE_ERR_SETTING_PARENT_ID_TO_DESCENDANT

        Response has been tampered.

        The value of this constant is 11113

      • TDOLE_DB_TABLE_NAME

        public static final TDAPI_ERRORCODES TDOLE_DB_TABLE_NAME

        No table exists by the specific name.

        The value of this constant is 2000

      • TDOLE_REQ_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_REQ_EXISTS

        Duplicate requirement name - requirement was created.

        The value of this constant is 2055

      • TDAPI_REQ_EXISTS_ABORT

        public static final TDAPI_ERRORCODES TDAPI_REQ_EXISTS_ABORT

        Duplicate requirement name - requirement was not created.

        The value of this constant is 2056

      • TDAPI_REQ_VIOLATION_OF_TYPE_HIER_RULES

        public static final TDAPI_ERRORCODES TDAPI_REQ_VIOLATION_OF_TYPE_HIER_RULES

        Violation of requirements-tree hierarchy rules.

        The value of this constant is 2060

      • TDAPI_REQ_TRACEABILITY_MATRIX_FUSE_ERROR

        public static final TDAPI_ERRORCODES TDAPI_REQ_TRACEABILITY_MATRIX_FUSE_ERROR

        Number of core requirements in traceability matrix exceeds fuse.

        The value of this constant is 2062

      • TDAPI_TEXT_SEARCH_INDEX_MISSING

        public static final TDAPI_ERRORCODES TDAPI_TEXT_SEARCH_INDEX_MISSING

        Columns marked as searchable are not indexed in database.

        The value of this constant is 2205

      • TDAPI_QUERY_VALIDATION_FAILED_TOO_MANY_STATEMENTS

        public static final TDAPI_ERRORCODES TDAPI_QUERY_VALIDATION_FAILED_TOO_MANY_STATEMENTS

        Too many SQL statements.

        The value of this constant is 2210

      • TDAPI_QUERY_VALIDATION_FAILED_BLACK_LIST_EXISTS

        public static final TDAPI_ERRORCODES TDAPI_QUERY_VALIDATION_FAILED_BLACK_LIST_EXISTS

        Word from black list appears in SQL.

        The value of this constant is 2211

      • TDAPI_QUERY_VALIDATION_FAILED_NOT_SELECT_STATEMENT

        public static final TDAPI_ERRORCODES TDAPI_QUERY_VALIDATION_FAILED_NOT_SELECT_STATEMENT

        Not a SELECT statement.

        The value of this constant is 2212

      • TDOLE_TESTSET_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_TESTSET_FOLDER_EXISTS

        Duplicate TestSet folder name.

        The value of this constant is 3055

      • TDAPI_TEST_CONFIG_EXISTS

        public static final TDAPI_ERRORCODES TDAPI_TEST_CONFIG_EXISTS

        Duplicate Test Configuration name.

        The value of this constant is 8210

      • TDOLE_COMPONENT_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_COMPONENT_EXISTS

        Component exists.

        The value of this constant is 7001

      • TDOLE_COMPONENT_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_COMPONENT_FOLDER_EXISTS

        Component folder exists.

        The value of this constant is 7002

      • TDOLE_COMPONENT_PARAM_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_COMPONENT_PARAM_EXISTS

        Component parameter exists.

        The value of this constant is 7003

      • COMPONENT_E_CREATE

        public static final TDAPI_ERRORCODES COMPONENT_E_CREATE

        Error creating component.

        The value of this constant is 7004

      • COMPONENTFOLDER_E_CREATE

        public static final TDAPI_ERRORCODES COMPONENTFOLDER_E_CREATE

        Error creating component folder.

        The value of this constant is 7005

      • COMPONENTPARAM_E_CREATE

        public static final TDAPI_ERRORCODES COMPONENTPARAM_E_CREATE

        Error creating component parameter.

        The value of this constant is 7006

      • TDOLE_E_NON_PROJECT_SPECIFIC_BPT

        public static final TDAPI_ERRORCODES TDOLE_E_NON_PROJECT_SPECIFIC_BPT

        Non-project-specific business process test.

        The value of this constant is 7007

      • COMPONENTSTEP_E_CREATE

        public static final TDAPI_ERRORCODES COMPONENTSTEP_E_CREATE

        Error creating component.

        The value of this constant is 7008

      • TDOLE_E_BPT_ITERATIONS_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_E_BPT_ITERATIONS_MISMATCH

        Business process test iterations mismatch.

        The value of this constant is 7009

      • TDOLE_E_BPT_COMPONENT_STEP_VALIDATION_FAILED

        public static final TDAPI_ERRORCODES TDOLE_E_BPT_COMPONENT_STEP_VALIDATION_FAILED

        Business process test component step validation failed.

        The value of this constant is 7010

      • TDOLE_E_FLOW_OUTPUT_PARAM_NOT_VALID

        public static final TDAPI_ERRORCODES TDOLE_E_FLOW_OUTPUT_PARAM_NOT_VALID

        Flow output parameter is not valid.

        The value of this constant is 7011

      • TDOLE_E_CANT_DELETE_APPLICATION_AREA_AS_IT_IS_USED

        public static final TDAPI_ERRORCODES TDOLE_E_CANT_DELETE_APPLICATION_AREA_AS_IT_IS_USED

        Cannot delete Application Area resource since it's in use by other objects.

        The value of this constant is 7014

      • TDOLE_E_COMPONENT_RESTORE_FOLDER_DOESNT_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_E_COMPONENT_RESTORE_FOLDER_DOESNT_EXISTS

        Unable to restore component - the original location no longer exists

        The value of this constant is 7015

      • IMPEXP_RESOURCE_DOESNT_EXIST

        public static final TDAPI_ERRORCODES IMPEXP_RESOURCE_DOESNT_EXIST

        Import/Export resource does not exist.

        The value of this constant is 7100

      • TDOLE_E_REMOVE_TYPE_VALIDATION_FAILED

        public static final TDAPI_ERRORCODES TDOLE_E_REMOVE_TYPE_VALIDATION_FAILED

        Cannot remove type.

        The value of this constant is 7200

      • TDOLE_FAIL_TO_REMOVE_TYPE_COVERAGE

        public static final TDAPI_ERRORCODES TDOLE_FAIL_TO_REMOVE_TYPE_COVERAGE

        Failed to remove coverage from requirement type.

        The value of this constant is 7201

      • TDOLE_FAIL_TO_CHANGE_EMAIL

        public static final TDAPI_ERRORCODES TDOLE_FAIL_TO_CHANGE_EMAIL

        Email change is not allowed.

        The value of this constant is 7202

      • TDAPI_CANNOT_ADD_USER_BY_DOMAIN

        public static final TDAPI_ERRORCODES TDAPI_CANNOT_ADD_USER_BY_DOMAIN

        This user cannot be added to any project in this domain.

        The value of this constant is 7203

      • TDOLE_FAIL_TO_COMMIT_CUSTOMIZATION

        public static final TDAPI_ERRORCODES TDOLE_FAIL_TO_COMMIT_CUSTOMIZATION

        Failed to commit customization.

        The value of this constant is 7204

      • TDAPI_CANNOT_CHANGE_USER_DATA_ON_EXTERNAL_AUTHENTICATION

        public static final TDAPI_ERRORCODES TDAPI_CANNOT_CHANGE_USER_DATA_ON_EXTERNAL_AUTHENTICATION

        User data cannot be updated while external authentication is enabled

        The value of this constant is 1326

      • TDAPI_USER_ALREADY_EXISTS

        public static final TDAPI_ERRORCODES TDAPI_USER_ALREADY_EXISTS

        Failed create user. User already exists

        The value of this constant is 1327

      • TDOLE_RELEASE_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_RELEASE_FOLDER_EXISTS

        Release folder exists.

        The value of this constant is 8004

      • TDOLE_RELEASE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_RELEASE_EXISTS

        Release exists.

        The value of this constant is 8005

      • TDOLE_RELEASECYCLE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_RELEASECYCLE_EXISTS

        ReleaseCycle exists.

        The value of this constant is 8006

      • TDOLE_LIBRARY_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_LIBRARY_FOLDER_EXISTS

        Library folder exists.

        The value of this constant is 8007

      • TDOLE_LIBRARY_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_LIBRARY_EXISTS

        Library exists.

        The value of this constant is 8008

      • TDOLE_BASELINE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_BASELINE_EXISTS

        Baseline exists.

        The value of this constant is 8010

      • TDOLE_LIBRARY_IMPORT_NO_PERMISSION

        public static final TDAPI_ERRORCODES TDOLE_LIBRARY_IMPORT_NO_PERMISSION

        No permission to import library.

        The value of this constant is 8009

      • TDOLE_LIBRARY_SYNC_NO_PERMISSION

        public static final TDAPI_ERRORCODES TDOLE_LIBRARY_SYNC_NO_PERMISSION

        No permission to sync libraries.

        The value of this constant is 8011

      • TDOLE_BASELINE_CAPTURE_NO_PERMISSION

        public static final TDAPI_ERRORCODES TDOLE_BASELINE_CAPTURE_NO_PERMISSION

        No permission to capture baseline.

        The value of this constant is 8012

      • TDAPI_COMPARISON_NODE_EXISTS

        public static final TDAPI_ERRORCODES TDAPI_COMPARISON_NODE_EXISTS

        ComparisonNode exists.

        The value of this constant is 8013

      • TDOLE_COMPARE_NO_PERMISSION

        public static final TDAPI_ERRORCODES TDOLE_COMPARE_NO_PERMISSION

        No permission to perform Compare.

        The value of this constant is 8014

      • TDOLE_FAVORITE_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_FAVORITE_FOLDER_EXISTS

        Favorite folder exists.

        The value of this constant is 8101

      • TDOLE_FAVORITE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_FAVORITE_EXISTS

        Favorite exists.

        The value of this constant is 8102

      • TDOLE_PARENT_FAVORITE_FOLDER_PROPERTY_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_PARENT_FAVORITE_FOLDER_PROPERTY_MISMATCH

        Favorite folder properties mismatch.

        The value of this constant is 8103

      • TDOLE_BPM_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_BPM_FOLDER_EXISTS

        BPM folder exists.

        The value of this constant is 8209

      • TDOLE_DASHBOARD_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_DASHBOARD_FOLDER_EXISTS

        Dashboard folder exists.

        The value of this constant is 8301

      • TDOLE_DASHBOARD_PAGE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_DASHBOARD_PAGE_EXISTS

        Dashboard exists.

        The value of this constant is 8302

      • TDOLE_PARENT_DASHBOARD_FOLDER_PROPERTY_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_PARENT_DASHBOARD_FOLDER_PROPERTY_MISMATCH

        Dashboard folder properties mismatch.

        The value of this constant is 8303

      • TDOLE_DASHBOARD_ITEM_IN_PAGE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_DASHBOARD_ITEM_IN_PAGE_EXISTS

        Dashboard item in page exists.

        The value of this constant is 8304

      • TDOLE_DASHBOARD_FOLDER_PUBLIC_STATE_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_DASHBOARD_FOLDER_PUBLIC_STATE_MISMATCH

        Dashboard folder public status cannot be set.

        The value of this constant is 8305

      • TDOLE_DASHBOARD_PAGE_PUBLIC_STATE_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_DASHBOARD_PAGE_PUBLIC_STATE_MISMATCH

        Dashboard page public status cannot be set.

        The value of this constant is 8306

      • TDOLE_PARENT_DASHBOARD_PAGE_PROPERTY_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_PARENT_DASHBOARD_PAGE_PROPERTY_MISMATCH

        Dashboard page properties mismatch.

        The value of this constant is 8307

      • TDOLE_PARENT_PROPERTY_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_PARENT_PROPERTY_MISMATCH

        Parent property mismatch.

        The value of this constant is 8308

      • TDOLE_COPY_PASTE_DASHBOARD_ELEMENT_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_COPY_PASTE_DASHBOARD_ELEMENT_EXISTS

        Duplicates created during Dashboard Copy Paste.

        The value of this constant is 8309

      • TDOLE_COPY_PASTE_SOURCE_DASHBOARD_ELEMENT_DOESNT_EXIST

        public static final TDAPI_ERRORCODES TDOLE_COPY_PASTE_SOURCE_DASHBOARD_ELEMENT_DOESNT_EXIST

        Copied Dashboard Element does not exist.

        The value of this constant is 8310

      • TDOLE_COPY_PASTE_TARGET_DASHBOARD_ELEMENT_DOESNT_EXIST

        public static final TDAPI_ERRORCODES TDOLE_COPY_PASTE_TARGET_DASHBOARD_ELEMENT_DOESNT_EXIST

        Target Dashboard Element does not exist.

        The value of this constant is 8311

      • TDOLE_RESOURCE_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_RESOURCE_FOLDER_EXISTS

        Resource folder exists.

        The value of this constant is 8201

      • TDOLE_RESOURCE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_RESOURCE_EXISTS

        Resource exists.

        The value of this constant is 8202

      • TDAPI_RESOURCE_FILE_EXISTS

        public static final TDAPI_ERRORCODES TDAPI_RESOURCE_FILE_EXISTS

        Resource file exists.

        The value of this constant is 8205

      • TDAPI_RESOURCE_FILE_DOES_NOT_EXIST

        public static final TDAPI_ERRORCODES TDAPI_RESOURCE_FILE_DOES_NOT_EXIST

        Cannot upload file that does not exist on the file system.

        The value of this constant is 8206

      • TDOLE_OWNER_INVALID

        public static final TDAPI_ERRORCODES TDOLE_OWNER_INVALID

        The owner entity does not exist.

        The value of this constant is 8401

      • TDOLE_OWNED_BY_INVALID

        public static final TDAPI_ERRORCODES TDOLE_OWNED_BY_INVALID

        The owned by entity does not exist.

        The value of this constant is 8402

      • TDOLE_ANALYSIS_ITEM_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_ANALYSIS_ITEM_FOLDER_EXISTS

        Analysis item folder exists.

        The value of this constant is 8111

      • TDOLE_ANALYSIS_ITEM_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_ANALYSIS_ITEM_EXISTS

        Analysis item exists.

        The value of this constant is 8112

      • TDOLE_PARENT_ANALYSIS_ITEM_FOLDER_PROPERTY_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_PARENT_ANALYSIS_ITEM_FOLDER_PROPERTY_MISMATCH

        Analysis item folder properties mismatch.

        The value of this constant is 8113

      • TDOLE_ANALYSIS_ITEM_TYPE

        public static final TDAPI_ERRORCODES TDOLE_ANALYSIS_ITEM_TYPE

        Analysis item type missing or invalid.

        The value of this constant is 8114

      • TDOLE_ANALYSIS_ITEM_FOLDER_PUBLIC_STATE_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_ANALYSIS_ITEM_FOLDER_PUBLIC_STATE_MISMATCH

        Analysis item folder public status cannot be set.

        The value of this constant is 8115

      • TDOLE_ANALYSIS_ITEM_PUBLIC_STATE_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_ANALYSIS_ITEM_PUBLIC_STATE_MISMATCH

        Analysis item public status cannot be set.

        The value of this constant is 8116

      • TDOLE_PARENT_ANALYSIS_ITEM_PROPERTY_MISMATCH

        public static final TDAPI_ERRORCODES TDOLE_PARENT_ANALYSIS_ITEM_PROPERTY_MISMATCH

        Analysis item properties mismatch.

        The value of this constant is 8117

      • TDOLE_ANALYSIS_ITEM_INVALID_OWNER

        public static final TDAPI_ERRORCODES TDOLE_ANALYSIS_ITEM_INVALID_OWNER

        Owner properties mismatch.

        The value of this constant is 8118

      • TDOLE_COPY_PASTE_ANALYSIS_ELEMENT_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_COPY_PASTE_ANALYSIS_ELEMENT_EXISTS

        Duplicate item is created during Copy/Paste operation.

        The value of this constant is 8119

      • TDOLE_COPY_PASTE_SOURCE_ANALYSIS_ELEMENT_DOESNT_EXIST

        public static final TDAPI_ERRORCODES TDOLE_COPY_PASTE_SOURCE_ANALYSIS_ELEMENT_DOESNT_EXIST

        Copied Analysis Element either does not exist or is located in a private sub tree to which the logged in user has no access.

        The value of this constant is 8120

      • TDOLE_COPY_PASTE_TARGET_ANALYSIS_ELEMENT_DOESNT_EXIST

        public static final TDAPI_ERRORCODES TDOLE_COPY_PASTE_TARGET_ANALYSIS_ELEMENT_DOESNT_EXIST

        Target folder either does not exist or is located in a private sub tree to which the logged in user has not access.

        The value of this constant is 8121

      • TDOLE_EXCEL_REPORT_RESULT_SET_TO_LARGE

        public static final TDAPI_ERRORCODES TDOLE_EXCEL_REPORT_RESULT_SET_TO_LARGE

        Result Frec is to big to be allocated on client machine.

        The value of this constant is 8122

      • TDOLE_KPI_INCORRECT_THRESHOLD_VALUE_DATE

        public static final TDAPI_ERRORCODES TDOLE_KPI_INCORRECT_THRESHOLD_VALUE_DATE

        Invalid threshold date.

        The value of this constant is 8503

      • TDOLE_KPI_FAILED_TO_DELETE_THRESHOLD_VALUE

        public static final TDAPI_ERRORCODES TDOLE_KPI_FAILED_TO_DELETE_THRESHOLD_VALUE

        The Starting and Ending Threshold Values cannot be deleted.

        The value of this constant is 8505

      • TDOLE_KPI_MILESTONE_SCOPEITEM_DELETE_NOT_ALLOWED

        public static final TDAPI_ERRORCODES TDOLE_KPI_MILESTONE_SCOPEITEM_DELETE_NOT_ALLOWED

        Deletion of KPIMilestoneScopeItem is not allowed.

        The value of this constant is 8514

      • TDOLE_KPI_MILESTONE_SCOPEITEM_CREATE_NOT_ALLOWED

        public static final TDAPI_ERRORCODES TDOLE_KPI_MILESTONE_SCOPEITEM_CREATE_NOT_ALLOWED

        Creation of KPIMilestoneScopeItem is not allowed.

        The value of this constant is 8515

      • TDOLE_THRESHOLD_VALUE_CREATE_FAIL

        public static final TDAPI_ERRORCODES TDOLE_THRESHOLD_VALUE_CREATE_FAIL

        Creation of Threshold Value with owner type KPIMilestoneScopeItem is not allowed. Call CopyThresholdValues first.

        The value of this constant is 8517

      • MAX_LIMIT_EXCEEDED

        public static final TDAPI_ERRORCODES MAX_LIMIT_EXCEEDED

        You cannot add more entities of this type to this parent.

        The value of this constant is 9200

      • TDOLE_KPITYPE_E_NOT_FOUND

        public static final TDAPI_ERRORCODES TDOLE_KPITYPE_E_NOT_FOUND

        KPI Type not found.

        The value of this constant is 9201

      • TDOLE_KPITYPE_E_DUPLICATE

        public static final TDAPI_ERRORCODES TDOLE_KPITYPE_E_DUPLICATE

        Duplicate KPI Type.

        The value of this constant is 9202

      • TDOLE_KPITYPE_E_CANNOT_LOAD

        public static final TDAPI_ERRORCODES TDOLE_KPITYPE_E_CANNOT_LOAD

        KPI Types Customization cannot be loaded.

        The value of this constant is 9203

      • TDOLE_KPITYPE_EMPTY_NAME

        public static final TDAPI_ERRORCODES TDOLE_KPITYPE_EMPTY_NAME

        KPI Types Customization name cannot be empty.

        The value of this constant is 9204

      • TDOLE_KPITYPE_NEGATIVE_DEFAULT_TOLERANCE

        public static final TDAPI_ERRORCODES TDOLE_KPITYPE_NEGATIVE_DEFAULT_TOLERANCE

        KPI Types Customization tolerance cannot be negative.

        The value of this constant is 9205

      • TDOLE_KPITYPE_E_IS_REFERENCED

        public static final TDAPI_ERRORCODES TDOLE_KPITYPE_E_IS_REFERENCED

        A KPI Type that is used by a KPI cannot be deleted.

        The value of this constant is 9206

      • TDOLE_KPITYPE_E_IS_TEMPLATE

        public static final TDAPI_ERRORCODES TDOLE_KPITYPE_E_IS_TEMPLATE

        A KPI Type that is linked to a template cannot be deleted or modified.

        The value of this constant is 9207

      • TDOLE_BUSINESS_VIEW_TECHNICAL_NAME_E_DUPLICATE

        public static final TDAPI_ERRORCODES TDOLE_BUSINESS_VIEW_TECHNICAL_NAME_E_DUPLICATE

        Duplicate Business View Technical Name.

        The value of this constant is 9400

      • TDOLE_BUSINESS_VIEW_E_NOT_FOUND

        public static final TDAPI_ERRORCODES TDOLE_BUSINESS_VIEW_E_NOT_FOUND

        Duplicate Business View Name.

        The value of this constant is 9401

      • TDOLE_BUSINESS_VIEW_EMPTY_NAME

        public static final TDAPI_ERRORCODES TDOLE_BUSINESS_VIEW_EMPTY_NAME

        Business View name cannot be empty.

        The value of this constant is 9402

      • TDOLE_BUSINESS_VIEW_E_CANNOT_LOAD

        public static final TDAPI_ERRORCODES TDOLE_BUSINESS_VIEW_E_CANNOT_LOAD

        Business Views Customization cannot be loaded.

        The value of this constant is 9403

      • TDOLE_BUSINESS_VIEW_LABEL_E_DUPLICATE

        public static final TDAPI_ERRORCODES TDOLE_BUSINESS_VIEW_LABEL_E_DUPLICATE

        Duplicate Business View Label.

        The value of this constant is 9404

      • TDOLE_BUSINESS_VIEW_EMPTY_LABEL

        public static final TDAPI_ERRORCODES TDOLE_BUSINESS_VIEW_EMPTY_LABEL

        Business View label cannot be empty.

        The value of this constant is 9405

      • TDAPI_REPORT_PROJECT_TEMPLATE_NOT_FOUND

        public static final TDAPI_ERRORCODES TDAPI_REPORT_PROJECT_TEMPLATE_NOT_FOUND

        Report Project Template not found.

        The value of this constant is 12000

      • TDAPI_REPORT_PROJECT_TEMPLATE_DUPLICATE

        public static final TDAPI_ERRORCODES TDAPI_REPORT_PROJECT_TEMPLATE_DUPLICATE

        Report Project Template duplicate name.

        The value of this constant is 12001

      • TDAPI_REPORT_PROJECT_TEMPLATE_ILLEGAL_NAME

        public static final TDAPI_ERRORCODES TDAPI_REPORT_PROJECT_TEMPLATE_ILLEGAL_NAME

        Report Project Template illegal name.

        The value of this constant is 12002

      • TDAPI_REPORT_PROJECT_TEMPLATE_LOAD_FAILED

        public static final TDAPI_ERRORCODES TDAPI_REPORT_PROJECT_TEMPLATE_LOAD_FAILED

        Report Project Template load failure.

        The value of this constant is 12003

      • TDAPI_REPORT_PROJECT_TEMPLATE_IS_TEMPLATE

        public static final TDAPI_ERRORCODES TDAPI_REPORT_PROJECT_TEMPLATE_IS_TEMPLATE

        A Template that is linked to a template cannot be deleted or modified.

        The value of this constant is 12004

      • ILLEGAL_DATE

        public static final TDAPI_ERRORCODES ILLEGAL_DATE

        The entity's start date cannot be earlier than today.

        The value of this constant is 8507

      • TDOLE_SERVER_LOCKS_REMOVED

        public static final TDAPI_ERRORCODES TDOLE_SERVER_LOCKS_REMOVED

        Server locks removed.

        The value of this constant is 10700

      • TDOLE_FAILED_LOCK_REMOVE

        public static final TDAPI_ERRORCODES TDOLE_FAILED_LOCK_REMOVE

        Failed to unlock object.

        The value of this constant is 10710

      • TDOLE_OBJECT_LOCKED

        public static final TDAPI_ERRORCODES TDOLE_OBJECT_LOCKED

        Object locked by another user.

        The value of this constant is 10720

      • TDOLE_WRONG_ADMIN_PWD

        public static final TDAPI_ERRORCODES TDOLE_WRONG_ADMIN_PWD

        Wrong administrator password.

        The value of this constant is 10730

      • TDOLE_ADMIN_NOT_CONNECTED

        public static final TDAPI_ERRORCODES TDOLE_ADMIN_NOT_CONNECTED

        User is not connected as an administrator.

        The value of this constant is 10740

      • TDAPI_OBJECT_NOT_EXISTS

        public static final TDAPI_ERRORCODES TDAPI_OBJECT_NOT_EXISTS

        No object exists.

        The value of this constant is 10750

      • TEST_CONFIG_MIN_LIMIT_EXCEEDED

        public static final TDAPI_ERRORCODES TEST_CONFIG_MIN_LIMIT_EXCEEDED

        You cannot delete all the test configurations. You must keep at least one configuration for the test.

        The value of this constant is 9300

      • TEST_CONFIG_DOES_NOT_EXISTS_CANNOT_DELETE_TEST_SET

        public static final TDAPI_ERRORCODES TEST_CONFIG_DOES_NOT_EXISTS_CANNOT_DELETE_TEST_SET

        Failed to delete test set. Some of the instances are of configurations that do not exist. You may need to check in the tests before you can delete the test set.

        The value of this constant is 9301

      • TEST_CONFIG_DOES_NOT_EXISTS_CANNOT_DELETE_INSTANCES

        public static final TDAPI_ERRORCODES TEST_CONFIG_DOES_NOT_EXISTS_CANNOT_DELETE_INSTANCES

        Failed to delete instances. Some of the instances are of configurations that do not exist. You may need to check in the tests in order to delete the instances.

        The value of this constant is 9302

      • TDOLE_UNEXPECTED

        public static final TDAPI_ERRORCODES TDOLE_UNEXPECTED

        An unexpected error has occurred.

        The value of this constant is 5000

      • TDOLE_INTERNAL

        public static final TDAPI_ERRORCODES TDOLE_INTERNAL

        An Internal error has occurred.

        The value of this constant is 5010

      • TDOLE_DATA_CORRUPTION

        public static final TDAPI_ERRORCODES TDOLE_DATA_CORRUPTION

        Data is corrupted.

        The value of this constant is 5020

      • TDOLE_CALL_ORDER

        public static final TDAPI_ERRORCODES TDOLE_CALL_ORDER

        Cannot update Step parameter value.

        The value of this constant is 5021

      • TDOLE_INVALID_PARAM

        public static final TDAPI_ERRORCODES TDOLE_INVALID_PARAM

        Invalid TD parameter.

        The value of this constant is 5100

      • TDOLE_INVALID_PARAM_TYPE

        public static final TDAPI_ERRORCODES TDOLE_INVALID_PARAM_TYPE

        Invalid TD parameter type.

        The value of this constant is 5101

      • TDOLE_INVALID_PARAM_RANGE

        public static final TDAPI_ERRORCODES TDOLE_INVALID_PARAM_RANGE

        Invalid TD parameter range.

        The value of this constant is 5102

      • TDOLE_INVALID_PARAM_NUM

        public static final TDAPI_ERRORCODES TDOLE_INVALID_PARAM_NUM

        Invalid TD parameter number.

        The value of this constant is 5103

      • TDOLE_INVALID_PARAM_FORMAT

        public static final TDAPI_ERRORCODES TDOLE_INVALID_PARAM_FORMAT

        Invalid TD parameter format.

        The value of this constant is 5104

      • TDOLE_INVALID_PARAM_ENUM

        public static final TDAPI_ERRORCODES TDOLE_INVALID_PARAM_ENUM

        Invalid TD parameter list.

        The value of this constant is 5105

      • TDOLE_E_INITIALIZE

        public static final TDAPI_ERRORCODES TDOLE_E_INITIALIZE

        Customization objects not initialized.

        The value of this constant is 5200

      • TDOLE_INVALID_REQUEST

        public static final TDAPI_ERRORCODES TDOLE_INVALID_REQUEST

        Invalid request.

        The value of this constant is 5210

      • TDOLE_INVALID_INPROCESS

        public static final TDAPI_ERRORCODES TDOLE_INVALID_INPROCESS

        Statistic object is not initialized.

        The value of this constant is 5220

      • TDOLE_INVALID_OBJECT

        public static final TDAPI_ERRORCODES TDOLE_INVALID_OBJECT

        Invalid object has been passed.

        The value of this constant is 6000

      • TDOLE_INVALID_OBJECT_KEY

        public static final TDAPI_ERRORCODES TDOLE_INVALID_OBJECT_KEY

        No object exists.

        The value of this constant is 6001

      • TDOLE_OBJECT_DELETED

        public static final TDAPI_ERRORCODES TDOLE_OBJECT_DELETED

        Object was deleted by another user.

        The value of this constant is 6002

      • TDOLE_OBJECT_NOT_INITIALIZED

        public static final TDAPI_ERRORCODES TDOLE_OBJECT_NOT_INITIALIZED

        Object is not initialized.

        The value of this constant is 6003

      • TDOLE_VIRTUAL_FATHER

        public static final TDAPI_ERRORCODES TDOLE_VIRTUAL_FATHER

        No post allowed for object that has a virtual parent.

        The value of this constant is 6010

      • TDOLE_VIRTUAL

        public static final TDAPI_ERRORCODES TDOLE_VIRTUAL

        Cannot get Run Factory for virtual TSTest.

        The value of this constant is 6020

      • TDOLE_NOT_VIRTUAL

        public static final TDAPI_ERRORCODES TDOLE_NOT_VIRTUAL

        Object not virtual.

        The value of this constant is 6030

      • TDOLE_FIELD_ONLY_FOR_VIRTUAL

        public static final TDAPI_ERRORCODES TDOLE_FIELD_ONLY_FOR_VIRTUAL

        Field exists in the virtual object only.

        The value of this constant is 6032

      • TDOLE_VIRTUAL_FIELD

        public static final TDAPI_ERRORCODES TDOLE_VIRTUAL_FIELD

        The field is read-only.

        The value of this constant is 6040

      • TDOLE_E_PERMISSION

        public static final TDAPI_ERRORCODES TDOLE_E_PERMISSION

        There is no permission to proceed with this action.

        The value of this constant is 6100

      • TDOLE_E_CHACHE

        public static final TDAPI_ERRORCODES TDOLE_E_CHACHE

        Failed to cache object.

        The value of this constant is 6700

      • PARAM_E_WRONG_NUM

        public static final TDAPI_ERRORCODES PARAM_E_WRONG_NUM

        The wrong number of parameters for the defined statement.

        The value of this constant is 1200

      • PARAM_E_NOT_FOUND

        public static final TDAPI_ERRORCODES PARAM_E_NOT_FOUND

        The necessary parameter was not found.

        The value of this constant is 1201

      • PARAM_E_INVALID

        public static final TDAPI_ERRORCODES PARAM_E_INVALID

        Invalid parameter value.

        The value of this constant is 1202

      • LIST_E_EMPTY

        public static final TDAPI_ERRORCODES LIST_E_EMPTY

        The created list is empty.

        The value of this constant is 1220

      • LIST_E_FILTER

        public static final TDAPI_ERRORCODES LIST_E_FILTER

        Bad list filter.

        The value of this constant is 1221

      • COL_E_NOT_FOUND

        public static final TDAPI_ERRORCODES COL_E_NOT_FOUND

        The specified column does not exist.

        The value of this constant is 1240

      • BUG_E_NOT_FOUND

        public static final TDAPI_ERRORCODES BUG_E_NOT_FOUND

        The specified bug does not exist.

        The value of this constant is 1260

      • BUG_E_DELETE

        public static final TDAPI_ERRORCODES BUG_E_DELETE

        Failure to delete bug.

        The value of this constant is 1261

      • BUG_E_CREATE

        public static final TDAPI_ERRORCODES BUG_E_CREATE

        Failure to create log.

        The value of this constant is 1262

      • TEST_E_NOT_FOUND

        public static final TDAPI_ERRORCODES TEST_E_NOT_FOUND

        The specified test does not exist.

        The value of this constant is 1280

      • TEST_E_CREATE

        public static final TDAPI_ERRORCODES TEST_E_CREATE

        Failure to create a new test.

        The value of this constant is 1281

      • TEST_E_DELETE

        public static final TDAPI_ERRORCODES TEST_E_DELETE

        Failure to delete test.

        The value of this constant is 1282

      • TEST_E_COV_DELETE

        public static final TDAPI_ERRORCODES TEST_E_COV_DELETE

        Failed to delete requirement coverage by test.

        The value of this constant is 1283

      • TEST_E_REPOSITORY

        public static final TDAPI_ERRORCODES TEST_E_REPOSITORY

        Invalid test path.

        The value of this constant is 1284

      • TEST_E_TEMPLATE_TYPE

        public static final TDAPI_ERRORCODES TEST_E_TEMPLATE_TYPE

        Cannot change test type.

        The value of this constant is 1285

      • TDAPI_E_LINK_TEST_CIRCLUATION

        public static final TDAPI_ERRORCODES TDAPI_E_LINK_TEST_CIRCLUATION

        Cannot link to test because this would create a circular reference.

        The value of this constant is 1287

      • TDAPI_E_CANNOT_RUN_PINNED_TEST_SET

        public static final TDAPI_ERRORCODES TDAPI_E_CANNOT_RUN_PINNED_TEST_SET

        Cannot run pinned test. The test calls tests outside of the baseline.

        The value of this constant is 1289

      • FIELD_E_NO_PERMISSION

        public static final TDAPI_ERRORCODES FIELD_E_NO_PERMISSION

        No permission to modify the field.

        The value of this constant is 1300

      • FIELD_E_SYS_FIELD

        public static final TDAPI_ERRORCODES FIELD_E_SYS_FIELD

        The field is a system field.

        The value of this constant is 1301

      • FIELD_E_NOT_ACTIVE

        public static final TDAPI_ERRORCODES FIELD_E_NOT_ACTIVE

        The field is not an active field.

        The value of this constant is 1302

      • FIELD_E_IS_KEY

        public static final TDAPI_ERRORCODES FIELD_E_IS_KEY

        The field is a database key field.

        The value of this constant is 1303

      • FIELD_E_NO_EDIT

        public static final TDAPI_ERRORCODES FIELD_E_NO_EDIT

        The field is a read-only field.

        The value of this constant is 1304

      • FIELD_E_VERIFIED

        public static final TDAPI_ERRORCODES FIELD_E_VERIFIED

        Field verification failure.

        The value of this constant is 1305

      • FIELD_E_TRANSITION

        public static final TDAPI_ERRORCODES FIELD_E_TRANSITION

        Error in field defined transition logic.

        The value of this constant is 1306

      • FIELD_E_REQUIRED

        public static final TDAPI_ERRORCODES FIELD_E_REQUIRED

        The field is a required field.

        The value of this constant is 1307

      • FIELD_INVALID

        public static final TDAPI_ERRORCODES FIELD_INVALID

        Invalid field value.

        The value of this constant is 1308

      • FIELD_NAME_INVALID

        public static final TDAPI_ERRORCODES FIELD_NAME_INVALID

        Invalid field name.

        The value of this constant is 1309

      • USER_E_NOT_FOUND

        public static final TDAPI_ERRORCODES USER_E_NOT_FOUND

        The specified user does not exist.

        The value of this constant is 1320

      • USER_E_CREATE

        public static final TDAPI_ERRORCODES USER_E_CREATE

        Failure to create user.

        The value of this constant is 1321

      • USER_E_DELETE

        public static final TDAPI_ERRORCODES USER_E_DELETE

        Failure to delete user.

        The value of this constant is 1322

      • USER_E_IN_GROUP

        public static final TDAPI_ERRORCODES USER_E_IN_GROUP

        Failure to add user into group.

        The value of this constant is 1323

      • USER_E_NOT_IN_GROUP

        public static final TDAPI_ERRORCODES USER_E_NOT_IN_GROUP

        User does not exist in the group.

        The value of this constant is 1324

      • FILTER_E_NOVALUE

        public static final TDAPI_ERRORCODES FILTER_E_NOVALUE

        No filter value is defined.

        The value of this constant is 1340

      • FILTER_E_INVALIDVALUE

        public static final TDAPI_ERRORCODES FILTER_E_INVALIDVALUE

        The defined filter value is invalid.

        The value of this constant is 1341

      • FILTER_E_INVALIDNAME

        public static final TDAPI_ERRORCODES FILTER_E_INVALIDNAME

        The filter condition name is invalid.

        The value of this constant is 1342

      • FILTER_S_DATE_COMPLEX

        public static final TDAPI_ERRORCODES FILTER_S_DATE_COMPLEX

        Invalid date.

        The value of this constant is 1343

      • FILTER_S_LIST_BY_CODE

        public static final TDAPI_ERRORCODES FILTER_S_LIST_BY_CODE

        Invalid code.

        The value of this constant is 1344

      • FILTER_E_INVALIDPATH_ATTR

        public static final TDAPI_ERRORCODES FILTER_E_INVALIDPATH_ATTR

        Invalid system node path.

        The value of this constant is 1345

      • REQ_E_NOT_FOUND

        public static final TDAPI_ERRORCODES REQ_E_NOT_FOUND

        The specified requirement does not exist.

        The value of this constant is 1360

      • REQ_E_INVALIDORDER

        public static final TDAPI_ERRORCODES REQ_E_INVALIDORDER

        The requirement order is invalid.

        The value of this constant is 1361

      • REQ_E_INVALIDFATHERID

        public static final TDAPI_ERRORCODES REQ_E_INVALIDFATHERID

        The father ID is invalid.

        The value of this constant is 1362

      • REQ_E_INVALIDTYPE

        public static final TDAPI_ERRORCODES REQ_E_INVALIDTYPE

        The requirement type is invalid.

        The value of this constant is 1363

      • REQ_E_CREATE

        public static final TDAPI_ERRORCODES REQ_E_CREATE

        Failed to create a new requirement.

        The value of this constant is 1364

      • REQ_E_INVALIDMODE

        public static final TDAPI_ERRORCODES REQ_E_INVALIDMODE

        The mode flag is invalid for the requirement options: copy, remove and find.

        The value of this constant is 1365

      • REQ_E_DELETE

        public static final TDAPI_ERRORCODES REQ_E_DELETE

        Failed to remove the specified requirement.

        The value of this constant is 1366

      • REQ_MOVE_LIST_INVALID_PARAMS

        public static final TDAPI_ERRORCODES REQ_MOVE_LIST_INVALID_PARAMS

        Invalid parameters sent to IReqFactory.MoveRequirements method.

        The value of this constant is 1367

      • REQ_PROPERTY_READ_ONLY

        public static final TDAPI_ERRORCODES REQ_PROPERTY_READ_ONLY

        This property is read-only.

        The value of this constant is 1368

      • TESTSET_E_NOT_FOUND

        public static final TDAPI_ERRORCODES TESTSET_E_NOT_FOUND

        The test set does not exist.

        The value of this constant is 1380

      • TESTSET_E_CREATE

        public static final TDAPI_ERRORCODES TESTSET_E_CREATE

        Failure to create TestSet.

        The value of this constant is 1381

      • TESTSET_E_DELETE

        public static final TDAPI_ERRORCODES TESTSET_E_DELETE

        Failure to delete TestSet.

        The value of this constant is 1382

      • TESTSET_E_DELETE_DEFAULT

        public static final TDAPI_ERRORCODES TESTSET_E_DELETE_DEFAULT

        Failure to delete default' TestSet.

        The value of this constant is 1383

      • TSTEST_E_NOT_FOUND

        public static final TDAPI_ERRORCODES TSTEST_E_NOT_FOUND

        The test instance does not exist.

        The value of this constant is 1400

      • TSTEST_E_DELETE

        public static final TDAPI_ERRORCODES TSTEST_E_DELETE

        Failed to remove the specified test instance.

        The value of this constant is 1401

      • TSTEST_E_CREATE

        public static final TDAPI_ERRORCODES TSTEST_E_CREATE

        Failure to create test in TestSet.

        The value of this constant is 1402

      • ITEM_E_NOT_FOUND

        public static final TDAPI_ERRORCODES ITEM_E_NOT_FOUND

        The item does not exist.

        The value of this constant is 1420

      • ITEM_E_NO_ADD

        public static final TDAPI_ERRORCODES ITEM_E_NO_ADD

        No permission to create a new item.

        The value of this constant is 1421

      • ITEM_E_NO_REMOVE

        public static final TDAPI_ERRORCODES ITEM_E_NO_REMOVE

        No permission to remove an item.

        The value of this constant is 1422

      • COND_E_NOT_FOUND

        public static final TDAPI_ERRORCODES COND_E_NOT_FOUND

        The condition does not exist.

        The value of this constant is 1440

      • COND_E_CREATE

        public static final TDAPI_ERRORCODES COND_E_CREATE

        Failed to create a new condition.

        The value of this constant is 1441

      • COND_E_INVALIDTYPE

        public static final TDAPI_ERRORCODES COND_E_INVALIDTYPE

        The condition type is invalid.

        The value of this constant is 1442

      • ATT_E_NOT_FOUND

        public static final TDAPI_ERRORCODES ATT_E_NOT_FOUND

        The attachment does not exist.

        The value of this constant is 1460

      • ATT_E_CREATE

        public static final TDAPI_ERRORCODES ATT_E_CREATE

        Failed to create attachment.

        The value of this constant is 1461

      • ATT_E_BLOCKED_FILE_TYPE

        public static final TDAPI_ERRORCODES ATT_E_BLOCKED_FILE_TYPE

        Error creating attachment with blocked file type.

        The value of this constant is 1462

      • ATT_E_INVALID_REQUEST

        public static final TDAPI_ERRORCODES ATT_E_INVALID_REQUEST

        Invalid request for attachment.

        The value of this constant is 1463

      • ATT_E_RENAME

        public static final TDAPI_ERRORCODES ATT_E_RENAME

        Failed to rename attachment.

        The value of this constant is 1464

      • ATT_E_OBJECT_HAS_ATTACHMENT

        public static final TDAPI_ERRORCODES ATT_E_OBJECT_HAS_ATTACHMENT

        Object cannot have an attachment.

        The value of this constant is 1465

      • ATT_E_TOO_LARGE

        public static final TDAPI_ERRORCODES ATT_E_TOO_LARGE

        File exceeds permitted size.

        The value of this constant is 1466

      • USERSGROUP_E_NOT_FOUND

        public static final TDAPI_ERRORCODES USERSGROUP_E_NOT_FOUND

        The specified user group does not exist.

        The value of this constant is 1480

      • USERSGROUP_E_SYSTEM

        public static final TDAPI_ERRORCODES USERSGROUP_E_SYSTEM

        Users group system error.

        The value of this constant is 1481

      • USERSGROUP_E_CREATE

        public static final TDAPI_ERRORCODES USERSGROUP_E_CREATE

        Failed to create user group.

        The value of this constant is 1482

      • DESSTEP_E_NOT_FOUND

        public static final TDAPI_ERRORCODES DESSTEP_E_NOT_FOUND

        The specified design step does not exist.

        The value of this constant is 1500

      • DESSTEP_E_CREATE

        public static final TDAPI_ERRORCODES DESSTEP_E_CREATE

        Failed to create design step.

        The value of this constant is 1501

      • DESSTEP_E_DELETE

        public static final TDAPI_ERRORCODES DESSTEP_E_DELETE

        Failed to remove the specified design step.

        The value of this constant is 1502

      • TREE_E_NOT_FOUND

        public static final TDAPI_ERRORCODES TREE_E_NOT_FOUND

        Tree node not found.

        The value of this constant is 1520

      • TREE_E_CREATE

        public static final TDAPI_ERRORCODES TREE_E_CREATE

        Cannot create Tree node.

        The value of this constant is 1521

      • TREE_E_DELETE

        public static final TDAPI_ERRORCODES TREE_E_DELETE

        Cannot remove Tree node.

        The value of this constant is 1522

      • TREE_E_RENAME

        public static final TDAPI_ERRORCODES TREE_E_RENAME

        Cannot rename Tree node.

        The value of this constant is 1523

      • RUN_E_NOT_FOUND

        public static final TDAPI_ERRORCODES RUN_E_NOT_FOUND

        Run does not exist.

        The value of this constant is 1540

      • RUN_E_CREATE

        public static final TDAPI_ERRORCODES RUN_E_CREATE

        Failed to create Run.

        The value of this constant is 1541

      • RUN_E_DELETE

        public static final TDAPI_ERRORCODES RUN_E_DELETE

        Failed to delete Run.

        The value of this constant is 1542

      • STEP_E_NOT_FOUND

        public static final TDAPI_ERRORCODES STEP_E_NOT_FOUND

        Step does not exist.

        The value of this constant is 1560

      • STEP_E_CREATE

        public static final TDAPI_ERRORCODES STEP_E_CREATE

        Failed to create Step.

        The value of this constant is 1561

      • STEP_E_DELETE

        public static final TDAPI_ERRORCODES STEP_E_DELETE

        Failed to delete Step.

        The value of this constant is 1562

      • STEP_E_COPY_STEPS_OF_RUN

        public static final TDAPI_ERRORCODES STEP_E_COPY_STEPS_OF_RUN

        No permission to modify design steps - steps won't be copied to the corresponding test.

        The value of this constant is 1563

      • EXSTORAGE_CANCEL

        public static final TDAPI_ERRORCODES EXSTORAGE_CANCEL

        The extended storage action has been canceled.

        The value of this constant is 1580

      • EXSTORAGE_OCCIPIED

        public static final TDAPI_ERRORCODES EXSTORAGE_OCCIPIED

        Extended Storage is currently busy.

        The value of this constant is 1581

      • EXSTORAGE_INVALID_FILTER

        public static final TDAPI_ERRORCODES EXSTORAGE_INVALID_FILTER

        Filter is invalid.

        The value of this constant is 1582

      • EXSTORAGE_IO_OPERATION_DISABLED

        public static final TDAPI_ERRORCODES EXSTORAGE_IO_OPERATION_DISABLED

        Extended Storage IO operation disabled.

        The value of this constant is 1584

      • EXSTORAGE_INVALID_PATH

        public static final TDAPI_ERRORCODES EXSTORAGE_INVALID_PATH

        The Extended Storage path is not valid.

        The value of this constant is 1585

      • EXSTORAGE_CANT_CREATE

        public static final TDAPI_ERRORCODES EXSTORAGE_CANT_CREATE

        Cannot create one of the following objects: path, file or ES object itself.

        The value of this constant is 1586

      • EXSTORAGE_INTERNET

        public static final TDAPI_ERRORCODES EXSTORAGE_INTERNET

        Internet connection specific error.

        The value of this constant is 1587

      • EXSTORAGE_EMPTY_SERVER_PATH

        public static final TDAPI_ERRORCODES EXSTORAGE_EMPTY_SERVER_PATH

        Server path is empty.

        The value of this constant is 1588

      • EXSTORAGE_EMPTY_ClIENT_PATH

        public static final TDAPI_ERRORCODES EXSTORAGE_EMPTY_ClIENT_PATH

        Client path is empty.

        The value of this constant is 1589

      • EXSTORAGE_ERROR_SERVER_PATH

        public static final TDAPI_ERRORCODES EXSTORAGE_ERROR_SERVER_PATH

        Server path does not exist.

        The value of this constant is 1590

      • EXSTORAGE_ERROR_PERMISSION

        public static final TDAPI_ERRORCODES EXSTORAGE_ERROR_PERMISSION

        Extended storage access permission error.

        The value of this constant is 1591

      • EXSTORAGE_BLOCKED_FILE_TYPE

        public static final TDAPI_ERRORCODES EXSTORAGE_BLOCKED_FILE_TYPE

        Extended storage upload blocked file type error.

        The value of this constant is 1592

      • SERVER_NOT_CONNECTED

        public static final TDAPI_ERRORCODES SERVER_NOT_CONNECTED

        Server is not connected.

        The value of this constant is 1600

      • HOST_E_DELETE

        public static final TDAPI_ERRORCODES HOST_E_DELETE

        Failed to delete host.

        The value of this constant is 1620

      • HOST_E_NOT_FOUND

        public static final TDAPI_ERRORCODES HOST_E_NOT_FOUND

        Host does not exist.

        The value of this constant is 1621

      • HOSTGROUP_E_NOT_FOUND

        public static final TDAPI_ERRORCODES HOSTGROUP_E_NOT_FOUND

        Host group does not exist.

        The value of this constant is 1640

      • COPY_SUBJECT_E_TO_ITSELF

        public static final TDAPI_ERRORCODES COPY_SUBJECT_E_TO_ITSELF

        Cannot paste subject to itself.

        The value of this constant is 1660

      • TDOLE_NODE_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_NODE_EXISTS

        Duplicate Tree node name.

        The value of this constant is 1661

      • CANT_COPY_CHECKEDOUT_DATA

        public static final TDAPI_ERRORCODES CANT_COPY_CHECKEDOUT_DATA

        Cannot copy. Related entities are checked out.

        The value of this constant is 1662

      • TDAPI_CANT_COPY_NO_SUBTYPE

        public static final TDAPI_ERRORCODES TDAPI_CANT_COPY_NO_SUBTYPE

        Cannot copy. Entity Subtype does not exist in target project.

        The value of this constant is 1664

      • TDOLE_ANSWERLESS_QUESTION_FOUND

        public static final TDAPI_ERRORCODES TDOLE_ANSWERLESS_QUESTION_FOUND

        Found a criterion without values.

        The value of this constant is 1680

      • TDOLE_QUESTION_WITH_DUPLICATE_ANSWERS_FOUND

        public static final TDAPI_ERRORCODES TDOLE_QUESTION_WITH_DUPLICATE_ANSWERS_FOUND

        Found a criterion with duplicate values.

        The value of this constant is 1681

      • TDOLE_CAN_NOT_COMNMIT_RBT_CUSTOMIZATION

        public static final TDAPI_ERRORCODES TDOLE_CAN_NOT_COMNMIT_RBT_CUSTOMIZATION

        Cannot Commit Risk-based Quality Management customizations due to failed validators.

        The value of this constant is 1682

      • TDOLE_WARNING_NO_ALERTS_CLEARED

        public static final TDAPI_ERRORCODES TDOLE_WARNING_NO_ALERTS_CLEARED

        No alert could be cleared.

        The value of this constant is 1690

      • TDOLE_WARNING_SOME_ALERTS_NOT_CLEARED

        public static final TDAPI_ERRORCODES TDOLE_WARNING_SOME_ALERTS_NOT_CLEARED

        Some of the alerts could not be cleared.

        The value of this constant is 1691

      • TDOLE_WARNING_ALERT_NOT_CLEARED

        public static final TDAPI_ERRORCODES TDOLE_WARNING_ALERT_NOT_CLEARED

        The alert could not be cleared.

        The value of this constant is 1692

      • GRAPH_DATA_EMPTY

        public static final TDAPI_ERRORCODES GRAPH_DATA_EMPTY

        No graph data exists.

        The value of this constant is 1700

      • TDAPI_GRAPH_RELEASE_CYCLE_DATE_MISSING

        public static final TDAPI_ERRORCODES TDAPI_GRAPH_RELEASE_CYCLE_DATE_MISSING

        Cannot create release coverage progress graph. One or more cycles are missing a start date.

        The value of this constant is 1701

      • EVENT_ERR_DISABLE

        public static final TDAPI_ERRORCODES EVENT_ERR_DISABLE

        The operation has been prevented by the error handler.

        The value of this constant is 1800

      • MAILCONDITION_E_NOT_FOUND

        public static final TDAPI_ERRORCODES MAILCONDITION_E_NOT_FOUND

        Mail condition does not exist.

        The value of this constant is 1850

      • TDPARAM_NOT_FOUND

        public static final TDAPI_ERRORCODES TDPARAM_NOT_FOUND

        No TD parameter exists.

        The value of this constant is 1900

      • TDOLE_DIFFERENT_UDFS

        public static final TDAPI_ERRORCODES TDOLE_DIFFERENT_UDFS

        Method is disabled by the event handler.

        The value of this constant is 1950

      • LINK_E_CREATE

        public static final TDAPI_ERRORCODES LINK_E_CREATE

        Failure to create a new link.

        The value of this constant is 1970

      • TDAPI_E_LINK_EXISTS

        public static final TDAPI_ERRORCODES TDAPI_E_LINK_EXISTS

        Those entities are already linked.

        The value of this constant is 1971

      • TDAPI_E_DEFECT_LINKED_TO_ITSELF

        public static final TDAPI_ERRORCODES TDAPI_E_DEFECT_LINKED_TO_ITSELF

        Cannot link a defect to itself.

        The value of this constant is 1972

      • RSC_E_INVALID_REQUEST

        public static final TDAPI_ERRORCODES RSC_E_INVALID_REQUEST

        Invalid request for external resource.

        The value of this constant is 1990

      • RSC_E_EXTENDED_STORAGE_REQUEST_FAIL

        public static final TDAPI_ERRORCODES RSC_E_EXTENDED_STORAGE_REQUEST_FAIL

        External resource request to extended storage failed.

        The value of this constant is 1991

      • RSC_E_VIRTUAL_OBJECT

        public static final TDAPI_ERRORCODES RSC_E_VIRTUAL_OBJECT

        Download or upload of virtual object failed.

        The value of this constant is 1992

      • RSC_E_CHANGE_TYPE

        public static final TDAPI_ERRORCODES RSC_E_CHANGE_TYPE

        Change of resource type after creation failed.

        The value of this constant is 1993

      • TDOLE_CAN_UPDATE_UDFS

        public static final TDAPI_ERRORCODES TDOLE_CAN_UPDATE_UDFS

        Cannot update user-defined field customization.

        The value of this constant is 1076

      • TDOLE_CORRUPTED_DATA_HIDING

        public static final TDAPI_ERRORCODES TDOLE_CORRUPTED_DATA_HIDING

        Failure in data hiding filter for login.

        The value of this constant is 9001

      • TDOLE_NOT_LOGGED_IN

        public static final TDAPI_ERRORCODES TDOLE_NOT_LOGGED_IN

        Attempt to connect to project when no user logged in.

        The value of this constant is 30001

      • TDOLE_LOGIN_INPUT_PROPERTY_DOES_NOT_EXIST

        public static final TDAPI_ERRORCODES TDOLE_LOGIN_INPUT_PROPERTY_DOES_NOT_EXIST

        The input property does not exist.

        The value of this constant is 30002

      • TDOLE_LOGIN_INPUT_VALUE_EXCEED_MAX_LENGTH

        public static final TDAPI_ERRORCODES TDOLE_LOGIN_INPUT_VALUE_EXCEED_MAX_LENGTH

        The input string is too long.

        The value of this constant is 30003

      • TDOLE_LOGIN_INPUT_MANDATORY_PROPERTY_MISSING

        public static final TDAPI_ERRORCODES TDOLE_LOGIN_INPUT_MANDATORY_PROPERTY_MISSING

        Missing required property.

        The value of this constant is 30004

      • TDOLE_OTA_VERSION_NOT_COMPATIBLE

        public static final TDAPI_ERRORCODES TDOLE_OTA_VERSION_NOT_COMPATIBLE

        OTA version is not compatible.

        The value of this constant is 30005

      • TDAPI_FAILED_TO_LOGIN

        public static final TDAPI_ERRORCODES TDAPI_FAILED_TO_LOGIN

        Failed to login.

        The value of this constant is 30006

      • TDOLE_FAILED_TO_AUTHENTICATE_USER

        public static final TDAPI_ERRORCODES TDOLE_FAILED_TO_AUTHENTICATE_USER

        Failed to Authenticate User.

        The value of this constant is 20900

      • TDAPI_NON_ACTIVE_USER_ERRCODE

        public static final TDAPI_ERRORCODES TDAPI_NON_ACTIVE_USER_ERRCODE

        The user is not an active user.

        The value of this constant is 1325

      • TDOLE_FAILED_TO_AUTHENTICATE_TT_VERSION

        public static final TDAPI_ERRORCODES TDOLE_FAILED_TO_AUTHENTICATE_TT_VERSION

        Testing tool version not compatible.

        The value of this constant is 20950

      • TDOLE_USERNAME_LOGIN_FORBIDDEN

        public static final TDAPI_ERRORCODES TDOLE_USERNAME_LOGIN_FORBIDDEN

        Third parties are forbidden to login by username and password.

        The value of this constant is 20951

      • TDOLE_APP_ENTITY_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_APP_ENTITY_FOLDER_EXISTS

        Duplicate Application Entity folder name.

        The value of this constant is 50055

      • TDOLE_CHANGE_ENTITY_FOLDER_EXISTS

        public static final TDAPI_ERRORCODES TDOLE_CHANGE_ENTITY_FOLDER_EXISTS

        Duplicate Change Entity folder name.

        The value of this constant is 50056

      • TDAPI_TEST_NOT_IN_BASELINE

        public static final TDAPI_ERRORCODES TDAPI_TEST_NOT_IN_BASELINE

        One or more tests does not belong to the requested baseline.

        The value of this constant is 4000

      • TDAPI_SOME_TESTS_NOT_IN_BASELINE

        public static final TDAPI_ERRORCODES TDAPI_SOME_TESTS_NOT_IN_BASELINE

        Some of the tests were not added since they do not belong to the required baseline or they do not support pinning to a baseline.

        The value of this constant is 4001

      • TDAPI_SOME_TEST_CONFIGS_NOT_CHECKED_IN

        public static final TDAPI_ERRORCODES TDAPI_SOME_TEST_CONFIGS_NOT_CHECKED_IN

        Some of the test configurations were not added to the test set because they were never checked in.

        The value of this constant is 4002

      • TDAPI_SOME_CONFIGS_NOT_IN_BASELINE

        public static final TDAPI_ERRORCODES TDAPI_SOME_CONFIGS_NOT_IN_BASELINE

        Some of the test configurations were not added since they do not belong to the required baseline or they do not support pinning to a baseline.

        The value of this constant is 4003

      • TDAPI_PARAM_VALUE_ILLEGAL_PUT_FIELD

        public static final TDAPI_ERRORCODES TDAPI_PARAM_VALUE_ILLEGAL_PUT_FIELD

        An Illegal put_field command was received (Only actual_value may be modified).

        The value of this constant is 5001

      • TDAPI_PARAM_VALUE_E_DELETE

        public static final TDAPI_ERRORCODES TDAPI_PARAM_VALUE_E_DELETE

        Failed to remove the specified Parameter Value.

        The value of this constant is 5002

      • TDAPI_TEST_PARAM_DUPLICATE_NAME

        public static final TDAPI_ERRORCODES TDAPI_TEST_PARAM_DUPLICATE_NAME

        Duplicate test parameter names.

        The value of this constant is 8203

      • TDAPI_EXP_LIB_BL_NOT_EXIST_ERROR_CODE

        public static final TDAPI_ERRORCODES TDAPI_EXP_LIB_BL_NOT_EXIST_ERROR_CODE

        The baseline from which the library was imported was deleted. Comparison is impossible.

        The value of this constant is 23001

      • TDAPI_BL_AFTER_IMPORT_NOT_EXIST_ERROR_CODE

        public static final TDAPI_ERRORCODES TDAPI_BL_AFTER_IMPORT_NOT_EXIST_ERROR_CODE

        The baseline, which was created after last library import or sync, was deleted. Synchronization is impossible.

        The value of this constant is 23002

      • TDAPI_LIB_NOT_EXIST_ERROR_CODE

        public static final TDAPI_ERRORCODES TDAPI_LIB_NOT_EXIST_ERROR_CODE

        Compare or synchronization operations could not start because one of the libraries does not exist.

        The value of this constant is 23003

      • TDAPI_BL_NOT_EXIST_ERROR_CODE

        public static final TDAPI_ERRORCODES TDAPI_BL_NOT_EXIST_ERROR_CODE

        Compare or synchronization operations could not start because one of the baselines does not exist.

        The value of this constant is 23004

      • TDAPI_FAIL_TO_SMALL_COMPARE

        public static final TDAPI_ERRORCODES TDAPI_FAIL_TO_SMALL_COMPARE

        Compare entities failed.

        The value of this constant is 23005

      • TDAPI_LIB_CANNOT_IMPORT_UNDER_ITSELF

        public static final TDAPI_ERRORCODES TDAPI_LIB_CANNOT_IMPORT_UNDER_ITSELF

        Cannot import a folder under itself or under one of its sub-folders.

        The value of this constant is 23201

      • TDAPI_CROSSPROJECT_FIELD_INTERSECT_GENERAL_ERROR

        public static final TDAPI_ERRORCODES TDAPI_CROSSPROJECT_FIELD_INTERSECT_GENERAL_ERROR

        A cross-project field intersection operation failed unexpectedly.

        The value of this constant is 24000

      • TDAPI_CROSSPROJECT_FIELD_INTERSECT_PROJECTS_STATE_ERROR

        public static final TDAPI_ERRORCODES TDAPI_CROSSPROJECT_FIELD_INTERSECT_PROJECTS_STATE_ERROR

        A cross-project field intersection operation failed because of an invalid project state.

        The value of this constant is 24001

      • TDAPI_CROSSPROJECT_FIELD_INTERSECT_PROJECTS_MISSING_ERROR

        public static final TDAPI_ERRORCODES TDAPI_CROSSPROJECT_FIELD_INTERSECT_PROJECTS_MISSING_ERROR

        A cross-project field intersection operation failed because the selected projects do not exist.

        The value of this constant is 24002

      • TDAPI_CROSSPROJECT_FIELD_INTERSECT_UNSUPPORTED_ENTITY_ERROR

        public static final TDAPI_ERRORCODES TDAPI_CROSSPROJECT_FIELD_INTERSECT_UNSUPPORTED_ENTITY_ERROR

        Indicates that a cross-project field intersection operation has failed because the selected entity or entities are not supported by one or more projects.

        The value of this constant is 24003

      • BPCOMPONENT_E_CREATE

        public static final TDAPI_ERRORCODES BPCOMPONENT_E_CREATE

        New BP Component creation failed.

        The value of this constant is 24004

      • BPITERATION_E_CREATE

        public static final TDAPI_ERRORCODES BPITERATION_E_CREATE

        New BP Iteration creation failed.

        The value of this constant is 24005

      • BPPARAMETER_E_CREATE

        public static final TDAPI_ERRORCODES BPPARAMETER_E_CREATE

        New BP Parameter creation failed.

        The value of this constant is 24006

      • BPITERATIONPARAM_E_CREATE

        public static final TDAPI_ERRORCODES BPITERATIONPARAM_E_CREATE

        New BP Iteration Parameter creation failed.

        The value of this constant is 24007

      • FACET_E_CREATE

        public static final TDAPI_ERRORCODES FACET_E_CREATE

        New Facet creation failed.

        The value of this constant is 24008

      • TDAPI_PROJECT_INACTIVE_ERROR

        public static final TDAPI_ERRORCODES TDAPI_PROJECT_INACTIVE_ERROR

        Project is inactive. Cannot connect.

        The value of this constant is 9002

    • Method Detail

      • values

        public static TDAPI_ERRORCODES[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TDAPI_ERRORCODES c : TDAPI_ERRORCODES.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TDAPI_ERRORCODES valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • comEnumValue

        public int comEnumValue()
        Specified by:
        comEnumValue in interface com4j.ComEnum