44fb49b128
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
6 lines
143 B
YAML
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.
|