DOMException

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?)