DOMException

Constructors

Link copied to clipboard
constructor()
constructor(message: String?)
constructor(message: String?, cause: Throwable?)
constructor(cause: Throwable?)
constructor(error: DOMException.Error)
constructor(error: DOMException.Error, message: String?)
constructor(error: DOMException.Error, message: String?, cause: Throwable?)
constructor(error: DOMException.Error, cause: Throwable?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
val code: Short
Link copied to clipboard
Link copied to clipboard
expect open val message: String?