DOMException

open class DOMException(val message: String = definedExternally, val name: JsErrorName = definedExternally) : JsError(source)

An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API.

MDN Reference

Inheritors

Constructors

Link copied to clipboard
constructor(message: String = definedExternally, name: JsErrorName = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard