Hi all,
I update Project task Status completion from our builder software. Sometime the Project number gets entered incorrectly into that app. Whe I run a put to the ProjectTask endpoint and the project does not exist it give a 500 error with "exceptionMessage": "Object reference not set to an instance of an object."
I am logging these, but it is not a very friendly message. I do not want to hit the API first to see if the project exisits. We are going to automate the Project creation so they are all in Sync, but not till next year.
My questions is how are you dealing with this type of issue? My concern is the generic Error my not always mean the project does not exists.