@@ -13,55 +13,55 @@ For an up-to-date list of error codes see [net_error_list.h](http://src.chromium
1313
1414Table of contents:
1515* [ Constants] ( #constants )
16- * [ ERR_NONE] ( #errnone )
17- * [ ERR_ABORTED] ( #erraborted )
18- * [ ERR_ACCESS_DENIED] ( #erraccessdenied )
19- * [ ERR_ADDRESS_INVALID] ( #erraddressinvalid )
20- * [ ERR_ADDRESS_UNREACHABLE] ( #erraddressunreachable )
21- * [ ERR_CACHE_MISS] ( #errcachemiss )
22- * [ ERR_CERT_AUTHORITY_INVALID] ( #errcertauthorityinvalid )
23- * [ ERR_CERT_COMMON_NAME_INVALID] ( #errcertcommonnameinvalid )
24- * [ ERR_CERT_CONTAINS_ERRORS] ( #errcertcontainserrors )
25- * [ ERR_CERT_DATE_INVALID] ( #errcertdateinvalid )
26- * [ ERR_CERT_END] ( #errcertend )
27- * [ ERR_CERT_INVALID] ( #errcertinvalid )
28- * [ ERR_CERT_NO_REVOCATION_MECHANISM] ( #errcertnorevocationmechanism )
29- * [ ERR_CERT_REVOKED] ( #errcertrevoked )
30- * [ ERR_CERT_UNABLE_TO_CHECK_REVOCATION] ( #errcertunabletocheckrevocation )
31- * [ ERR_CONNECTION_ABORTED] ( #errconnectionaborted )
32- * [ ERR_CONNECTION_CLOSED] ( #errconnectionclosed )
33- * [ ERR_CONNECTION_FAILED] ( #errconnectionfailed )
34- * [ ERR_CONNECTION_REFUSED] ( #errconnectionrefused )
35- * [ ERR_CONNECTION_RESET] ( #errconnectionreset )
36- * [ ERR_DISALLOWED_URL_SCHEME] ( #errdisallowedurlscheme )
37- * [ ERR_EMPTY_RESPONSE] ( #erremptyresponse )
38- * [ ERR_FAILED] ( #errfailed )
39- * [ ERR_FILE_NOT_FOUND] ( #errfilenotfound )
40- * [ ERR_FILE_TOO_BIG] ( #errfiletoobig )
41- * [ ERR_INSECURE_RESPONSE] ( #errinsecureresponse )
42- * [ ERR_INTERNET_DISCONNECTED] ( #errinternetdisconnected )
43- * [ ERR_INVALID_ARGUMENT] ( #errinvalidargument )
44- * [ ERR_INVALID_CHUNKED_ENCODING] ( #errinvalidchunkedencoding )
45- * [ ERR_INVALID_HANDLE] ( #errinvalidhandle )
46- * [ ERR_INVALID_RESPONSE] ( #errinvalidresponse )
47- * [ ERR_INVALID_URL] ( #errinvalidurl )
48- * [ ERR_METHOD_NOT_SUPPORTED] ( #errmethodnotsupported )
49- * [ ERR_NAME_NOT_RESOLVED] ( #errnamenotresolved )
50- * [ ERR_NO_SSL_VERSIONS_ENABLED] ( #errnosslversionsenabled )
51- * [ ERR_NOT_IMPLEMENTED] ( #errnotimplemented )
52- * [ ERR_RESPONSE_HEADERS_TOO_BIG] ( #errresponseheaderstoobig )
53- * [ ERR_SSL_CLIENT_AUTH_CERT_NEEDED] ( #errsslclientauthcertneeded )
54- * [ ERR_SSL_PROTOCOL_ERROR] ( #errsslprotocolerror )
55- * [ ERR_SSL_RENEGOTIATION_REQUESTED] ( #errsslrenegotiationrequested )
56- * [ ERR_SSL_VERSION_OR_CIPHER_MISMATCH] ( #errsslversionorciphermismatch )
57- * [ ERR_TIMED_OUT] ( #errtimedout )
58- * [ ERR_TOO_MANY_REDIRECTS] ( #errtoomanyredirects )
59- * [ ERR_TUNNEL_CONNECTION_FAILED] ( #errtunnelconnectionfailed )
60- * [ ERR_UNEXPECTED] ( #errunexpected )
61- * [ ERR_UNEXPECTED_PROXY_AUTH] ( #errunexpectedproxyauth )
62- * [ ERR_UNKNOWN_URL_SCHEME] ( #errunknownurlscheme )
63- * [ ERR_UNSAFE_PORT] ( #errunsafeport )
64- * [ ERR_UNSAFE_REDIRECT] ( #errunsaferedirect )
16+ * [ ERR_NONE] ( #err_none )
17+ * [ ERR_ABORTED] ( #err_aborted )
18+ * [ ERR_ACCESS_DENIED] ( #err_access_denied )
19+ * [ ERR_ADDRESS_INVALID] ( #err_address_invalid )
20+ * [ ERR_ADDRESS_UNREACHABLE] ( #err_address_unreachable )
21+ * [ ERR_CACHE_MISS] ( #err_cache_miss )
22+ * [ ERR_CERT_AUTHORITY_INVALID] ( #err_cert_authority_invalid )
23+ * [ ERR_CERT_COMMON_NAME_INVALID] ( #err_cert_common_name_invalid )
24+ * [ ERR_CERT_CONTAINS_ERRORS] ( #err_cert_contains_errors )
25+ * [ ERR_CERT_DATE_INVALID] ( #err_cert_date_invalid )
26+ * [ ERR_CERT_END] ( #err_cert_end )
27+ * [ ERR_CERT_INVALID] ( #err_cert_invalid )
28+ * [ ERR_CERT_NO_REVOCATION_MECHANISM] ( #err_cert_no_revocation_mechanism )
29+ * [ ERR_CERT_REVOKED] ( #err_cert_revoked )
30+ * [ ERR_CERT_UNABLE_TO_CHECK_REVOCATION] ( #err_cert_unable_to_check_revocation )
31+ * [ ERR_CONNECTION_ABORTED] ( #err_connection_aborted )
32+ * [ ERR_CONNECTION_CLOSED] ( #err_connection_closed )
33+ * [ ERR_CONNECTION_FAILED] ( #err_connection_failed )
34+ * [ ERR_CONNECTION_REFUSED] ( #err_connection_refused )
35+ * [ ERR_CONNECTION_RESET] ( #err_connection_reset )
36+ * [ ERR_DISALLOWED_URL_SCHEME] ( #err_disallowed_url_scheme )
37+ * [ ERR_EMPTY_RESPONSE] ( #err_empty_response )
38+ * [ ERR_FAILED] ( #err_failed )
39+ * [ ERR_FILE_NOT_FOUND] ( #err_file_not_found )
40+ * [ ERR_FILE_TOO_BIG] ( #err_file_too_big )
41+ * [ ERR_INSECURE_RESPONSE] ( #err_insecure_response )
42+ * [ ERR_INTERNET_DISCONNECTED] ( #err_internet_disconnected )
43+ * [ ERR_INVALID_ARGUMENT] ( #err_invalid_argument )
44+ * [ ERR_INVALID_CHUNKED_ENCODING] ( #err_invalid_chunked_encoding )
45+ * [ ERR_INVALID_HANDLE] ( #err_invalid_handle )
46+ * [ ERR_INVALID_RESPONSE] ( #err_invalid_response )
47+ * [ ERR_INVALID_URL] ( #err_invalid_url )
48+ * [ ERR_METHOD_NOT_SUPPORTED] ( #err_method_not_supported )
49+ * [ ERR_NAME_NOT_RESOLVED] ( #err_name_not_resolved )
50+ * [ ERR_NO_SSL_VERSIONS_ENABLED] ( #err_no_ssl_versions_enabled )
51+ * [ ERR_NOT_IMPLEMENTED] ( #err_not_implemented )
52+ * [ ERR_RESPONSE_HEADERS_TOO_BIG] ( #err_response_headers_too_big )
53+ * [ ERR_SSL_CLIENT_AUTH_CERT_NEEDED] ( #err_ssl_client_auth_cert_needed )
54+ * [ ERR_SSL_PROTOCOL_ERROR] ( #err_ssl_protocol_error )
55+ * [ ERR_SSL_RENEGOTIATION_REQUESTED] ( #err_ssl_renegotiation_requested )
56+ * [ ERR_SSL_VERSION_OR_CIPHER_MISMATCH] ( #err_ssl_version_or_cipher_mismatch )
57+ * [ ERR_TIMED_OUT] ( #err_timed_out )
58+ * [ ERR_TOO_MANY_REDIRECTS] ( #err_too_many_redirects )
59+ * [ ERR_TUNNEL_CONNECTION_FAILED] ( #err_tunnel_connection_failed )
60+ * [ ERR_UNEXPECTED] ( #err_unexpected )
61+ * [ ERR_UNEXPECTED_PROXY_AUTH] ( #err_unexpected_proxy_auth )
62+ * [ ERR_UNKNOWN_URL_SCHEME] ( #err_unknown_url_scheme )
63+ * [ ERR_UNSAFE_PORT] ( #err_unsafe_port )
64+ * [ ERR_UNSAFE_REDIRECT] ( #err_unsafe_redirect )
6565
6666
6767## Constants
0 commit comments