MCPcopy Create free account
hub / github.com/cztomczak/cefpython / OnLoadError

Method OnLoadError

src/cefpython3.wx/chromectrl.py:364–366  ·  view source on GitHub ↗
(self, browser, frame, errorCode, errorText, failedUrl)

Source from the content-addressed store, hash-verified

362 self._onLoadEnd(browser, frame, httpStatusCode)
363
364 def OnLoadError(self, browser, frame, errorCode, errorText, failedUrl):
365 # TODO
366 Debug("ERROR LOADING URL : %s, %s" % (failedUrl, frame.GetUrl()))
367
368#-------------------------------------------------------------------------------
369

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected