error

abstract fun error(vararg data: JsAny?)(source)

The console.error() static method outputs a message to the console at the 'error' log level.

MDN Reference


abstract fun error(vararg data: String?)(source)