Enum LoadErrorCode
Definition
- Assembly:
- Tizen.WebView.dll
Enumeration for providing an option to the error codes.
public enum LoadErrorCode
Fields
| Name | Description |
|---|---|
| Authentication | User authentication failed on the server. |
| BadUrl | Malformed URL. |
| Canceled | User canceled. |
| CantConnect | Cannot connect to the network. |
| CantLookupHost | Fail to look up host from the DNS. |
| CantSupportMimetype | Can't show the page for this MIME type. |
| FailedFileIo | File IO error. |
| FailedTlsHandshake | Fail to SSL/TLS handshake. |
| InternalServer | Web server has an internal server error. |
| InvalidCertificate | Received certificate is invalid. |
| RequestTimeout | Connection timeout. |
| TooManyRedirects | Too many redirects. |
| TooManyRequests | Too many requests during this load. |
| Unknown | Unknown. |
| UnsupportedScheme | Unsupported scheme. |