octavia/releasenotes/notes/fix-error-messages-ec817a66249e6666.yaml
Michael Johnson 44fb49b128 Improve user error messages for duplicate objects
The error handling for duplicate records was not great, specifically
health monitors would return a 500 or a 409 with a bad error message.
This patch improves the errors the user gets back when creating a
duplicate entity.

Co-Authored-By: Jacky Hu <hudayou@hotmail.com>
Change-Id: I03ec527b42d67427541121e59e4433699e04aab8
2017-12-20 17:19:53 -08:00

6 lines
143 B
YAML

---
fixes:
- |
Improves error messages returned to the user, such as errors for attempting
to add a second health monitor to a pool.