camaraproject / QualityOnDemand

Repository to describe, develop, document and test the QualityOnDemand API family
https://wiki.camaraproject.org/x/zwOeAQ
Apache License 2.0
41 stars 59 forks source link

Introducing error code 501 "Not Implemented" #81

Closed hdamker closed 1 year ago

hdamker commented 1 year ago

In current spec the error code 400 ("Bad Request") is used also for cases where the request is correct according to the spec but the implementation is not supporting certain parameter or is expecting other parameters then the API caller has provided.

We propose to introduce error code 501 "Not implemented" e.g. for valid UE identifiers which are not implemented.

hdamker commented 1 year ago

Done with #124