dexter submitted this change.
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(-)
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",
To view, visit change 42884. To unsubscribe, or for help writing mail filters, visit settings.