failure

abstract fun failure(error_code: Int, error_message: String)

Notify the associated JavaScript onFailure callback that the query has failed.

Parameters

error_code

Error code passed to JavaScript.

error_message

Error message passed to JavaScript.