JSRejectException

expect fun JSRejectException(reason: String? = null, json: String? = null)

Parameters

reason

the reason shown in JS.

json

the JSON Exception object for JS. If it's not null, reason willed be covered

actual fun JSRejectException(reason: String?, json: String?)

Parameters

reason

the reason shown in JS.

json

the JSON Exception object for JS. If it's not null, reason willed be covered

actual fun JSRejectException(reason: String?, json: String?)

Parameters

reason

the reason shown in JS.

json

the JSON Exception object for JS. If it's not null, reason willed be covered