EuiccManager.ErrorInstallProfile Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Telephony.Euicc.Error enum directly instead of this field.
Failure to load the profile onto the eUICC card.
[Android.Runtime.Register("ERROR_INSTALL_PROFILE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Euicc.Error enum directly instead of this field.", true)]
public const Android.Telephony.Euicc.Error ErrorInstallProfile = 10009;
[<Android.Runtime.Register("ERROR_INSTALL_PROFILE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Euicc.Error enum directly instead of this field.", true)>]
val mutable ErrorInstallProfile : Android.Telephony.Euicc.Error
Field Value
Value = 10009- Attributes
Remarks
Failure to load the profile onto the eUICC card. e.g 1. iccid of the profile already exists on the eUICC. 2. GSMA(.22 v2.2) Profile Install Result - installFailedDueToDataMismatch 3. operation was interrupted 4. SIMalliance error in PEStatus(SGP.22 v2.2 section 2.5.6.1)
Java documentation for android.telephony.euicc.EuiccManager.ERROR_INSTALL_PROFILE
.
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.