New Error for Djblets WebApi - DUPLICATE_ITEM
Review Request #6968 — Created Feb. 21, 2015 and submitted — Latest diff uploaded
There are times when users are creating anything that are meant to be unique. To name a few, they may include usernames, account names, or ids. As they are meant to be unique, they may run into issues where the particular item they want to create is already taken. A new error has been added to djblets webapi to account for this particular scenario.