|
Rank: Member Groups: Member
Joined: 8/27/2014 Posts: 21
|
We are testing EO.WebBrowser.dll and on two machines we see white page with information: "Error Code:-118" Can you explain what it really means ?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
-118 is "connection time out". You can get a more meaningful error code by casting -188 to enum EO.WebBrowser.ErrorCode.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/27/2014 Posts: 21
|
Thanks, it is helpful.
I find event LoadFailed which has an object LoadFailedEventArgs.
For every EO.WebBrowser.ErrorCode there is message in field ErrorMessage. ErrorMessage is displayed in WebView ?
Do you have a list with default ErrorMessages for ErrorCode?
How many seconds is the timeout ?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, You can find the message here: http://www.essentialobjects.com/doc/6/eo.webbrowser.errorcode.aspxWe do not know the default time out value either. It's somewhere buried in Chrome's source code. Unfortunately the code base is huge so we do not go over all Chrome's source code either. Thanks!
|
|