eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

:bug: Fixed HTTP error code for DeviceNotConnectedException from 400 to 409 #4050

Closed Coduz closed 2 months ago

Coduz commented 2 months ago

This PR changes the HTTP error code from 400 to 409. This is an additional change to PR https://github.com/eclipse/kapua/pull/4047 and it returns a more appropriate HTTP error code.

Related Issue Additional fixes to PR https://github.com/eclipse/kapua/pull/4047

Description of the solution adopted Changed the HTTP Error code

Screenshots None

Any side note on the changes made None