I searched for a while, and I can’t find the exact list of everyone, I can’t download the google chrome error code / error description.I'm talking about this highlighted text. Can someone give me a link?
I have done something and I must admit that it is not easy to find a complete comprehensive list of all network error codes (Chromium).
A complete list of all Chromium error codes can be found in the file net_error_list.h: https://cs.chromium.org/chromium/src/net/base/net_error_list.h
net_error_list.h
It looks like Google Chrome is adding ERR_to all the codes listed in the above list.
ERR_
XHR . linux errno.h, POSIX.1-2001, C99: http://man7.org/linux/man-pages/man3/errno.3.html
errno.h
, NodeJS NodeJS API: https://nodejs.org/api/errors.html#errors_common_system_errors
. operation timeout "":
operation timeout
TIMED_OUT
ERR_TIMED_OUT
ETIMEDOUT
error.code
:
CONNECTION_REFUSED
ERR_CONNECTION_REFUSED
ECONNREFUSED
Source: https://habr.com/ru/post/1671102/More articles:Redux higher order components, same as container components - reduxЗагрузка script из HTTP автоматически преобразуется в HTTPS для некоторых пользователей - javascriptGson serialization: exclude SOME fields if null, but not all of them - javaMultiple require () from the same library in the same module - node.jsSet OpenCV iOS CvVideoCamera default fps above 30 - iosbinary_search to find a class object using the return variable of its member function [C ++] - c ++How does the garbage collector work? - javascriptGradient ggplot does not work - rReturn from try block to try finally block - javaПочему делегатная декларация требует упоминания идентификатора? - c#All Articles