cog icon indicating copy to clipboard operation
cog copied to clipboard

chat handle should return an error to the user when it fails

Open mpeck opened this issue 9 years ago • 0 comments

If you try and create a chat handle with a name that already exists Ecto will throw a unique constraint error and the client will receive a 500. We should instead return a proper error to the client.

mpeck avatar Jun 24 '16 20:06 mpeck