DOMException
open class DOMException(val message: String = definedExternally, val name: JsErrorName = definedExternally) : JsError, Serializable(source)
The DOMException
interface represents an abnormal event (called an exception) that occurs as a result of calling a method or accessing a property of a web API.