diff --git a/docs/xml/Android.Telephony.Euicc/Operation.xml b/docs/xml/Android.Telephony.Euicc/Operation.xml
index f518f2ed4..cccff8f39 100644
--- a/docs/xml/Android.Telephony.Euicc/Operation.xml
+++ b/docs/xml/Android.Telephony.Euicc/Operation.xml
@@ -11,8 +11,33 @@
System.Enum
- To be added.
- To be added.
+ Operation categories used in eUICC detailed error codes.
+
+ An operation category identifies the type of operation that was in progress when an error occurred. In a detailed result code, it occupies the first byte; the remaining three bytes contain error-specific data.
+
+
+ Java documentation for android.telephony.euicc.EuiccManager.EXTRA_EMBEDDED_SUBSCRIPTION_DETAILED_CODE.
+
+
+ The values correspond to these EuiccManager operation constants:
+ Apdu: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_APDU.
+ Download: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_DOWNLOAD.
+ EuiccCard: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_EUICC_CARD.
+ EuiccGsma: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_EUICC_GSMA.
+ Http: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_HTTP.
+ Metadata: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_METADATA.
+ SimSlot: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_SIM_SLOT.
+ Smdx: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_SMDX.
+ SmdxSubjectReasonCode: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_SMDX_SUBJECT_REASON_CODE.
+ Switch: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_SWITCH.
+ System: Java documentation for android.telephony.euicc.EuiccManager.OPERATION_SYSTEM.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -40,7 +65,7 @@
8
- To be added.
+ An APDU command execution error, such as a channel-opening failure or a non-success APDU response.
@@ -68,7 +93,7 @@
5
- To be added.
+ A profile download error.
@@ -96,7 +121,7 @@
3
- To be added.
+ An eUICC card error.
@@ -124,7 +149,7 @@
7
- To be added.
+ An error returned by the eUICC while running a GSMA SGP.22 ES10x function.
@@ -152,7 +177,7 @@
11
- To be added.
+ An HTTP error.
@@ -180,7 +205,7 @@
6
- To be added.
+ A subscription metadata error.
@@ -208,7 +233,7 @@
2
- To be added.
+ A SIM slot error, such as a failed slot switch or physical slot access.
@@ -236,7 +261,7 @@
9
- To be added.
+ An SMDX (SMDP/SMDS) error.
@@ -264,7 +289,7 @@
10
- To be added.
+ SMDX subject and reason codes from GSMA SGP.22.
@@ -292,7 +317,7 @@
4
- To be added.
+ A generic profile-switching error.
@@ -320,7 +345,7 @@
1
- To be added.
+ An internal system error.