Share via


SocketKeepalive.ErrorInsufficientResources Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.

[Android.Runtime.Register("ERROR_INSUFFICIENT_RESOURCES", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.", true)]
public const Android.Net.ErrorCode ErrorInsufficientResources = -32;
[<Android.Runtime.Register("ERROR_INSUFFICIENT_RESOURCES", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.", true)>]
val mutable ErrorInsufficientResources : Android.Net.ErrorCode

Field Value

Value = -32
Attributes

Applies to