The severity of the error described by the DOMError is
error.
Value: 2
Syntax
[Android.Runtime.Register("SEVERITY_ERROR")] public const shortSeverityError
Remarks
The severity of the error described by the DOMError is
error. A SEVERITY_ERROR may not cause the processing to
stop if the error can be recovered, unless
DOMErrorHandler.handleError() returns false.