IDNA.Info.Errors Property
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.
Returns a set indicating IDNA processing errors.
public System.Collections.Generic.ICollection<Android.Icu.Text.IDNA.Error>? Errors { [Android.Runtime.Register("getErrors", "()Ljava/util/Set;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getErrors", "()Ljava/util/Set;", "", ApiSince=24)>]
member this.Errors : System.Collections.Generic.ICollection<Android.Icu.Text.IDNA.Error>
Property Value
set of processing errors (modifiable, and not null)
- Attributes
Remarks
Returns a set indicating IDNA processing errors.
Java documentation for android.icu.text.IDNA.Info.getErrors()
.
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.