The severity of the error described by the DOMError is
warning.
Value: 1
Syntax
[Android.Runtime.Register("SEVERITY_WARNING")] public const shortSeverityWarning
Remarks
The severity of the error described by the DOMError is
warning. A SEVERITY_WARNING will not cause the
processing to stop, unless DOMErrorHandler.handleError()
returns false.