errorCodeOrNull

actual val Throwable.errorCodeOrNull: String?(source)

Attempts to retrieve the code from an exception thrown from JavaScript. If unable to retrieve it, null is returned.

See also

expect val Throwable.errorCodeOrNull: String?(source)

Attempts to retrieve the code from an exception thrown from JavaScript. If unable to retrieve it, null is returned.

See also

actual val Throwable.errorCodeOrNull: String?(source)

Attempts to retrieve the code from an exception thrown from JavaScript. If unable to retrieve it, null is returned.

See also