com.microsoft.tfs.core.clients.versioncontrol
Class FailureCodes
java.lang.Object
com.microsoft.tfs.core.clients.versioncontrol.FailureCodes
public class FailureCodes
- extends java.lang.Object
Contains string codes for use in Failure
objects built by the client
that match the server code values.
- Since:
- TEE-SDK-11.0
- Thread-safety:
- immutable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITEM_CLOAKED_EXCEPTION
public static final java.lang.String ITEM_CLOAKED_EXCEPTION
- Constant Field Value:
"ItemCloakedException"
- See Also:
- Constant Field Values
CHANGE_ALREADY_PENDING_EXCEPTION
public static final java.lang.String CHANGE_ALREADY_PENDING_EXCEPTION
- Constant Field Value:
"ChangeAlreadyPendingException"
- See Also:
- Constant Field Values
ITEM_EXISTS_EXCEPTION
public static final java.lang.String ITEM_EXISTS_EXCEPTION
- Constant Field Value:
"ItemExistsException"
- See Also:
- Constant Field Values
PENDING_PARENT_DELETE_EXCEPTION
public static final java.lang.String PENDING_PARENT_DELETE_EXCEPTION
- Constant Field Value:
"PendingParentDeleteException"
- See Also:
- Constant Field Values
CANNOT_CHANGE_ROOT_FOLDER_EXCEPTION
public static final java.lang.String CANNOT_CHANGE_ROOT_FOLDER_EXCEPTION
- Constant Field Value:
"CannotChangeRootFolderException"
- See Also:
- Constant Field Values
CANNOT_CREATE_FILES_IN_ROOT_EXCEPTION
public static final java.lang.String CANNOT_CREATE_FILES_IN_ROOT_EXCEPTION
- Constant Field Value:
"CannotCreateFilesInRootException"
- See Also:
- Constant Field Values
INVALID_PROJECT_PENDING_CHANGE_EXCEPTION
public static final java.lang.String INVALID_PROJECT_PENDING_CHANGE_EXCEPTION
- Constant Field Value:
"InvalidProjectPendingChangeException"
- See Also:
- Constant Field Values
NOT_ALLOWED_ON_FOLDER_EXCEPTION
public static final java.lang.String NOT_ALLOWED_ON_FOLDER_EXCEPTION
- Constant Field Value:
"NotAllowedOnFolderException"
- See Also:
- Constant Field Values
INCOMPATIBLE_CHANGE_EXCEPTION
public static final java.lang.String INCOMPATIBLE_CHANGE_EXCEPTION
- Constant Field Value:
"IncompatibleChangeException"
- See Also:
- Constant Field Values
PENDING_CHILD_EXCEPTION
public static final java.lang.String PENDING_CHILD_EXCEPTION
- Constant Field Value:
"PendingChildException"
- See Also:
- Constant Field Values
PENDING_DELETE_CONFLICT_CHANGE_EXCEPTION
public static final java.lang.String PENDING_DELETE_CONFLICT_CHANGE_EXCEPTION
- Constant Field Value:
"PendingDeleteConflictChangeException"
- See Also:
- Constant Field Values
ITEM_NOT_CHECKED_OUT_EXCEPTION
public static final java.lang.String ITEM_NOT_CHECKED_OUT_EXCEPTION
- Constant Field Value:
"ItemNotCheckedOutException"
- See Also:
- Constant Field Values
ITEM_NOT_FOUND_EXCEPTION
public static final java.lang.String ITEM_NOT_FOUND_EXCEPTION
- Constant Field Value:
"ItemNotFoundException"
- See Also:
- Constant Field Values
ITEM_NOT_MAPPED_EXCEPTION
public static final java.lang.String ITEM_NOT_MAPPED_EXCEPTION
- Constant Field Value:
"ItemNotMappedException"
- See Also:
- Constant Field Values
BASELINE_UNAVAILABLE_EXCEPTION
public static final java.lang.String BASELINE_UNAVAILABLE_EXCEPTION
- Constant Field Value:
"BaselineUnavailableException"
- See Also:
- Constant Field Values
WILDCARD_NOT_ALLOWED_EXCEPTION
public static final java.lang.String WILDCARD_NOT_ALLOWED_EXCEPTION
- Constant Field Value:
"WildcardNotAllowedException"
- See Also:
- Constant Field Values
RENAME_WORKING_FOLDER_EXCEPTION
public static final java.lang.String RENAME_WORKING_FOLDER_EXCEPTION
- Constant Field Value:
"RenameWorkingFolderException"
- See Also:
- Constant Field Values
REPOSITORY_PATH_TOO_LONG_EXCEPTION
public static final java.lang.String REPOSITORY_PATH_TOO_LONG_EXCEPTION
- Constant Field Value:
"RepositoryPathTooLongException"
- See Also:
- Constant Field Values
TARGET_CLOAKED_EXCEPTION
public static final java.lang.String TARGET_CLOAKED_EXCEPTION
- Constant Field Value:
"TargetCloakedException"
- See Also:
- Constant Field Values
FailureCodes
public FailureCodes()
© 2015 Microsoft. All rights reserved.