conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

Add more details to not found exceptions #244

Closed ansoncfit closed 4 years ago

ansoncfit commented 4 years ago

A user deleted a region in a recent training, which caused a number of issues that were difficult to diagnose in real-time. Adding details to https://github.com/conveyal/analysis-backend/blob/8bf9086d85c5732671bc7e543a14d3374449bc67/src/main/java/com/conveyal/taui/persistence/MongoMap.java#L53, such as ("Has the resource with ID {id} been deleted?") could be helpful in similar situations in the future.