Problem description
The 409 CONFLICT error has been deprecated by Commonalities 0.8.0. It would be good to remove it.
Expected behavior
In the QoS Booking and Assignment API, instead use the Generic409 "ALREADY_EXISTS" (remove "CONFLICT")
In the QoS Booking API, consider if a dedicated erroro is really needed or if the Generic409 could be used as well.
If applicable, this may need to be documented in the CHANGELOG in both the Breaking changes and the Removed sections wrt to 0.1.0 API versions.
NOTE: This will also impact the test files.
Problem description
The 409 CONFLICT error has been deprecated by Commonalities 0.8.0. It would be good to remove it.
Expected behavior
In the QoS Booking and Assignment API, instead use the Generic409 "ALREADY_EXISTS" (remove "CONFLICT")
In the QoS Booking API, consider if a dedicated erroro is really needed or if the Generic409 could be used as well.
If applicable, this may need to be documented in the CHANGELOG in both the Breaking changes and the Removed sections wrt to 0.1.0 API versions.
NOTE: This will also impact the test files.