dexter has submitted this change. ( 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(-)
Approvals: jolly: Looks good to me, but someone else must approve dexter: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/contrib/rest_api_response_schema.json b/contrib/rest_api_response_schema.json index d5181c7..60330bd 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" ] } @@ -217,6 +225,7 @@ "enum": [ "ok", "insufficientMemory", + "associatedEimAlreadyExists", "ciPKUnknown", "invalidAssociationToken", "counterValueOutOfRange",