Freigeben über


DnsResolver.ErrorSystem Field

Definition

Indicates that there was an error sending the query.

[Android.Runtime.Register("ERROR_SYSTEM", ApiSince=29)]
public const int ErrorSystem = 1;
[<Android.Runtime.Register("ERROR_SYSTEM", ApiSince=29)>]
val mutable ErrorSystem : int

Field Value

Value = 1
Attributes

Remarks

Indicates that there was an error sending the query. The cause of this error is available via getCause() and is an ErrnoException.

Java documentation for android.net.DnsResolver.ERROR_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.

Applies to