CoreWebView2WebErrorStatus Enum

Indicates the error status values for web navigations.

Name Value Description
Unknown 0x0 Indicates that an unknown error occurred.
CertificateCommonNameIsIncorrect 0x1 Indicates that the SSL certificate common name does not match the web address.
CertificateExpired 0x2 Indicates that the SSL certificate has expired.
ClientCertificateContainsErrors 0x3 Indicates that the SSL client certificate contains errors.
CertificateRevoked 0x4 Indicates that the SSL certificate has been revoked.
CertificateIsInvalid 0x5 Indicates that the SSL certificate is not valid. The certificate may not match the public key pins for the host name, the certificate is signed by an untrusted authority or using a weak sign algorithm, the certificate claimed DNS names violate name constraints, the certificate contains a weak key, the validity period of the certificate is too long, lack of revocation information or revocation mechanism, non-unique host name, lack of certificate transparency information, or the certificate is chained to a legacy Symantec root.
ServerUnreachable 0x6 Indicates that the host is unreachable.
Timeout 0x7 Indicates that the connection has timed out.
ErrorHttpInvalidServerResponse 0x8 Indicates that the server returned an invalid or unrecognized response.
ConnectionAborted 0x9 Indicates that the connection was stopped.
ConnectionReset 0xa Indicates that the connection was reset.
Disconnected 0xb Indicates that the Internet connection has been lost.
CannotConnect 0xc Indicates that a connection to the destination was not established.
HostNameNotResolved 0xd Indicates that the provided host name was not able to be resolved.
OperationCanceled 0xe Indicates that the operation was canceled.
RedirectFailed 0xf Indicates that the request redirect failed.
UnexpectedError 0x10 An unexpected error occurred.

Referenced by