dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/42884?usp=email )
Change subject: rest_api_response_schema: add missing error codes ......................................................................
rest_api_response_schema: add missing error codes
In SGP.32 V.1.2, new error codes were added to EnableProfileResult, DisableProfileResult, DeleteProfileResult and AddEimResult
See also: SGP.32, section 2.11.2
Change-Id: I525ca9d3b7fb870405d374160272d8ec26c85880 Related: SYS#8100 --- M contrib/rest_api_response_schema.json 1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/84/42884/1
diff --git a/contrib/rest_api_response_schema.json b/contrib/rest_api_response_schema.json index 5f09bc1..499b73b 100644 --- a/contrib/rest_api_response_schema.json +++ b/contrib/rest_api_response_schema.json @@ -37,6 +37,9 @@ "ok", "iccidOrAidNotFound", "profileNotInDisabledState", + "disallowedByPolicy", + "catBusy", + "rollbackNotAvailable", "undefinedError" ] } @@ -49,6 +52,8 @@ "ok", "iccidOrAidNotFound", "profileNotInEnabledState", + "disallowedByPolicy", + "catBusy", "undefinedError" ] } @@ -61,6 +66,9 @@ "ok", "iccidOrAidNotFound", "profileNotInDisabledState", + "disallowedByPolicy", + "rollbackNotAvailable", + "returnFallbackProfile", "undefinedError" ] } @@ -253,6 +261,7 @@ "enum": [ "ok", "insufficientMemory", + "associatedEimAlreadyExists", "ciPKUnknown", "invalidAssociationToken", "counterValueOutOfRange",