camaraproject / CallForwardingSignal

Repository to describe, develop, document and test the Call Forwarding Signal API
Apache License 2.0
3 stars 5 forks source link

CAMARA Guidelines: Error codes #50

Closed FabrizioMoggio closed 2 months ago

FabrizioMoggio commented 3 months ago

Problem description the CAMARA Guidelines specify:

The Following Error codes must be present:

for POST: 400, 401, 403, 409, 415, 429, 500, 503 for GET: 400, 401, 403, 500, 503 for GET .../{subscriptionId}: 400, 401, 403, 404, 500, 503 for DELETE: 400, 401, 403, 404, 500, 503

In rel 0.2.0 are missing:

for POST: 409, 415, 429

Expected behavior introduce 409, 415, 429

FabrizioMoggio commented 3 months ago

The error code template is here: https://github.com/camaraproject/Commonalities/blob/main/artifacts/CAMARA_common.yaml

FabrizioMoggio commented 2 months ago

fixed with: https://github.com/camaraproject/CallForwardingSignal/pull/48

FabrizioMoggio commented 2 months ago

PR merged