Partager via


SdkSandboxManager.LoadSdkInternalError Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.SdkSandbox.LoadSdkErrorCode enum directly instead of this field.

Internal error while loading SDK.

[Android.Runtime.Register("LOAD_SDK_INTERNAL_ERROR", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.SdkSandbox.LoadSdkErrorCode enum directly instead of this field.", true)]
public const Android.App.SdkSandbox.LoadSdkErrorCode LoadSdkInternalError = 500;
[<Android.Runtime.Register("LOAD_SDK_INTERNAL_ERROR", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SdkSandbox.LoadSdkErrorCode enum directly instead of this field.", true)>]
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.

Applies to