TF401035: The object ‘xxxx’ does not exist.

Full Error: TF401035: The object ‘xxxx’ does not exist.

API Error:

{
“$id”: “1”,
“innerException”: null,
“message”: “TF401035: The object ‘c60be62ebf0e86b5aa01dbb98657b4b7e5905234’ does not exist.”,
“typeName”: “Microsoft.TeamFoundation.Git.Server.GitObjectDoesNotExistException, Microsoft.TeamFoundation.Git.Server”,
“typeKey”: “GitObjectDoesNotExistException”,
“errorCode”: 0,
“eventId”: 3000
}


Solution:
The error indicates that you are either clicking on a wrong object or the parameters your are passing through the API call is wrong

You may also like...