Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.disposable
/
SuppressedError
Suppressed
Error
open
class
SuppressedError
(
val
error
:
JsError
,
val
suppressed
:
JsError
,
val
message
:
String
?
=
definedExternally
)
:
JsError
(
source
)
Members
Members & Extensions
Constructors
Suppressed
Error
Link copied to clipboard
constructor
(
error
:
JsError
,
suppressed
:
JsError
,
message
:
String
?
=
definedExternally
)
Properties
error
Link copied to clipboard
val
error
:
JsError
message
Link copied to clipboard
open
override
val
message
:
String
?
name
Link copied to clipboard
var
JsError
.
name
:
JsErrorName
suppressed
Link copied to clipboard
val
suppressed
:
JsError