IDOMError.SeverityError Field

Definition

The severity of the error described by the <code>DOMError</code> is error.

[Android.Runtime.Register("SEVERITY_ERROR")]
public const short SeverityError = 2;
[<Android.Runtime.Register("SEVERITY_ERROR")>]
val mutable SeverityError : int16

Field Value

Int16
Attributes

Remarks

Java documentation for org.w3c.dom.DOMError.SEVERITY_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