Embedded Browser Interface.
More...
Go to the source code of this file.
|
enum | NavigateError {
NavigateError_Success = 0
, NavigateError_HttpStatus = 1
, NavigateError_InvalidUrl
, NavigateError_NoSession
,
NavigateError_CannotConnect
, NavigateError_ResourceNotFound
, NavigateError_ObjNotFound
, NavigateError_DataNotAvailable
,
NavigateError_DownloadFailure
, NavigateError_ConnectionTimeout
, NavigateError_CannotLoadData
, NavigateError_BrowserContainerError
,
NavigateError_Others
} |
| Navigation error code. Here are more detailed structural descriptions. More...
|
|
Embedded Browser Interface.
Definition in file embedded_browser_interface.h.
◆ NavigateError
Navigation error code. Here are more detailed structural descriptions.
Enumerator |
---|
NavigateError_Success | Navigation successful.
|
NavigateError_HttpStatus | HTTP requests some related errors.
|
NavigateError_InvalidUrl | INET_E_INVALID_URL (0x800C0002L or -2146697214)
|
NavigateError_NoSession | INET_E_NO_SESSION (0x800C0003L or -2146697213)
|
NavigateError_CannotConnect | INET_E_CANNOT_CONNECT (0x800C0004L or -2146697212)
|
NavigateError_ResourceNotFound | INET_E_RESOURCE_NOT_FOUND (0x800C0005L or -2146697211)
|
NavigateError_ObjNotFound | INET_E_OBJECT_NOT_FOUND (0x800C0006L or -2146697210)
|
NavigateError_DataNotAvailable | INET_E_DATA_NOT_AVAILABLE (0x800C0007L or -2146697209)
|
NavigateError_DownloadFailure | INET_E_DOWNLOAD_FAILURE (0x800C0008L or -2146697208)
|
NavigateError_ConnectionTimeout | INET_E_CONNECTION_TIMEOUT (0x800C000BL or -2146697205)
|
NavigateError_CannotLoadData | INET_E_CANNOT_LOAD_DATA (0x800C000FL or -2146697201)
|
NavigateError_BrowserContainerError | Browser container error.
|
NavigateError_Others | Some other issues.
|
Definition at line 16 of file embedded_browser_interface.h.
17{
31};
@ NavigateError_Success
Navigation successful.
@ NavigateError_InvalidUrl
INET_E_INVALID_URL (0x800C0002L or -2146697214)
@ NavigateError_Others
Some other issues.
@ NavigateError_ConnectionTimeout
INET_E_CONNECTION_TIMEOUT (0x800C000BL or -2146697205)
@ NavigateError_ResourceNotFound
INET_E_RESOURCE_NOT_FOUND (0x800C0005L or -2146697211)
@ NavigateError_ObjNotFound
INET_E_OBJECT_NOT_FOUND (0x800C0006L or -2146697210)
@ NavigateError_CannotConnect
INET_E_CANNOT_CONNECT (0x800C0004L or -2146697212)
@ NavigateError_BrowserContainerError
Browser container error.
@ NavigateError_DownloadFailure
INET_E_DOWNLOAD_FAILURE (0x800C0008L or -2146697208)
@ NavigateError_HttpStatus
HTTP requests some related errors.
@ NavigateError_CannotLoadData
INET_E_CANNOT_LOAD_DATA (0x800C000FL or -2146697201)
@ NavigateError_NoSession
INET_E_NO_SESSION (0x800C0003L or -2146697213)
@ NavigateError_DataNotAvailable
INET_E_DATA_NOT_AVAILABLE (0x800C0007L or -2146697209)