SdkSandboxManager.LoadSdkInternalError 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.
Internal error while loading SDK.
[Android.Runtime.Register("LOAD_SDK_INTERNAL_ERROR", ApiSince=34)]
public const Android.App.SdkSandbox.LoadSdkErrorCode LoadSdkInternalError = 500;
[<Android.Runtime.Register("LOAD_SDK_INTERNAL_ERROR", ApiSince=34)>]
val mutable LoadSdkInternalError : Android.App.SdkSandbox.LoadSdkErrorCode
Field Value
Value = 500- Attributes
Remarks
Internal error while loading SDK.
This indicates a generic internal error happened while applying the call from client application.
Java documentation for android.app.sdksandbox.SdkSandboxManager.LOAD_SDK_INTERNAL_ERROR.
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.