on Load Error
open fun onLoadError(browser: CefBrowser, frame: CefFrame, errorCode: CefLoadHandler.ErrorCode, errorText: String, failedUrl: String)
Called when the resource load for a navigation fails or is canceled.
Parameters
browser
The corresponding browser.
frame
The frame generating the event. Instance only valid within the scope of this method.
error Code
The error code number.
error Text
The error text.
failed Url
The URL that failed to load.