相关文章推荐
胆小的打火机  ·  吉林大学化学学院·  1 年前    · 
胆小的打火机  ·  吉林大学经济学院·  1 年前    · 
胆小的打火机  ·  吉林大学招生网_首页·  1 年前    · 
胆小的打火机  ·  吉林大学_百度百科·  1 年前    · 
);}h1 .anchor svg,h2 .anchor svg,h3 .anchor svg,h4 .anchor svg,h5 .anchor svg,h6 .anchor svg{opacity:0;-webkit-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}h1:hover .anchor svg,h2:hover .anchor svg,h3:hover .anchor svg,h4:hover .anchor svg,h5:hover .anchor svg,h6:hover .anchor svg,h1 .anchor:focus svg,h2 .anchor:focus svg,h3 .anchor:focus svg,h4 .anchor:focus svg,h5 .anchor:focus svg,h6 .anchor:focus svg{opacity:1;}h1 code,h2 code,h3 code,h4 code,h5 code,h6 code{font-size:inherit;}h1 var,h2 var,h3 var,h4 var,h5 var,h6 var,h1 mark,h2 mark,h3 mark,h4 mark,h5 mark,h6 mark{font-size:inherit;}h1{line-height:1.15;font-weight:bold;margin-bottom:1rem;}h2{line-height:1.75rem;margin-bottom:0.75rem;font-weight:600;}h3{margin-bottom:0.75rem;font-weight:600;}h4,h5,h6{margin-bottom:0.5rem;font-weight:600;}ol,ul{margin:0;padding-left:1.75rem;}ol >li,ul >li{line-height:1.969rem;margin:0.344rem 0;}ul>li::marker{color:var(--system-text-secondary-light);}.dark-mode ul>li::marker{color:var(--system-text-secondary-dark);}ul ul li::marker{color:var(--color-black);}.dark-mode ul ul li::marker{color:var(--color-white);}code,var{font-family:var(--code-font);white-space:pre-wrap;}*:not(pre)>code,var,mark{padding:0.2em 0.4em;border-radius:3px;font-size:85%;word-break:break-word;}blockquote{border-left:0.25rem solid var(--secondary-text-color);color:var(--secondary-text-color);padding:0.25rem 1rem;margin:0;font-style:italic;}pre{margin:0;}hr{border:none;border-bottom:1px solid var(--divider-color);}var,mark{line-height:1.25;display:inline;}var{font-style:normal;}mark{background:var(--code-console-text-highlight);}figcaption{font-size:0.75rem;color:var(--accent-text-color);}.gatsby-resp-image-wrapper,.gatsby-resp-image-image,.gatsby-resp-image-background-image{border-radius:0.25rem;}.grecaptcha-badge{;}.osano-cm-widget{;}.screenreader-only{clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;}.header-anchor{top:0;left:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);padding-right:4px;}.children-nowrap *{white-space:nowrap;}

Esta tradução de máquina é fornecida para sua comodidade.

Caso haja alguma divergência entre a versão em inglês e a traduzida, a versão em inglês prevalece. Acesse esta página para mais informações.

Criar um problema

Códigos de resposta de monitoramento sintético

O monitor Sintético retorna vários códigos de resposta adicionais além dos códigos de resposta HTTP padrão, visíveis na página Resources . Esses códigos de resposta são baseados nos códigos de resposta do Chromium e fornecem mais detalhes sobre o comportamento do seu monitor.

Códigos de resposta

O monitoramento sintético retorna os seguintes códigos de resposta adicionais:

Código de resposta

Definição

-2

net::ERR_FAILED, "Generic network error"

-3

net::ERR_ABORTED, "An operation was aborted (due to user action)" Um código de resposta específico do Chrome quando o script atinge o tempo limite e o executor é encerrado. Para fazer isso, o executor encerra todas as solicitações pendentes.

-7

net::ERR_TIMED_OUT, "Timed out"

-10

net::ERR_ACCESS_DENIED, "Access denied"

-20

net::ERR_BLOCKED_BY_CLIENT, "Blocked"

-100

net::ERR_CONNECTION_CLOSED, "Connection was closed (TCP FIN)"

-101

net::ERR_CONNECTION_RESET, "Connection was reset (TCP RST)"

-102

net::ERR_CONNECTION_REFUSED, "Connection was refused"

-103

net::ERR_CONNECTION_ABORTED, "Connection was aborted (no ACK received)"

-104

net::ERR_CONNECTION_FAILED, "Connection attempt failed"

-105

net::ERR_NAME_NOT_RESOLVED, "Host name could not be resolved"

-106

net::ERR_INTERNET_DISCONNECTED, "Internet connection lost"

-107

net::ERR_SSL_PROTOCOL_ERROR, "SSL protocol error"

-108

net::ERR_ADDRESS_INVALID, "Invalid IP address and/or port number"

-109

net::ERR_ADDRESS_UNREACHABLE, "Unreachable IP address"

-110

net::ERR_SSL_CLIENT_AUTH_CERT_NEEDED, "Server requested a client certificate for SSL client authentication"

-112

net::ERR_NO_SSL_VERSIONS_ENABLED, "No SSL protocol versions are enabled"

-113

net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH, "Client and server don't support a common SSL protocol version or cipher suite"

-114

net::ERR_SSL_RENEGOTIATION_REQUESTED, "Server requested a renegotiation (re-handshake)"

-116

net::ERR_CERT_ERROR_IN_SSL_RENEGOTIATION, "During SSL renegotiation (re-handshake), the server sent a certificate with an error"

-117

net::ERR_BAD_SSL_CLIENT_AUTH_CERT, "SSL handshake failed because of a bad or missing client certificate"

-118

net::ERR_CONNECTION_TIMED_OUT, "Timed out"

-123

net::ERR_SSL_NO_RENEGOTIATION, "Peer sent an SSL no_renegotiation alert message"

-138

net::ERR_ACCESS_DENIED, "Access denied"

-141

net::ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED, "Unable to sign the CertificateVerify data of an SSL client auth handshake with the client certificate's private key"

-145

net::ERR_WS_PROTOCOL_ERROR, "WebSocket protocol error - connection terminated due to a malformed frame or other protocol violation"

-147

net::ERR_ADDRESS_IN_USE, "Failed to bind to an address because already in use"

-148

net::ERR_SSL_HANDSHAKE_NOT_COMPLETED, "SSL handshake has not completed"

-149

net::ERR_SSL_BAD_PEER_PUBLIC_KEY, "SSL peer's public key is invalid"

-150

net::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN, "Certificate didn't match built-in public key pins for the host name"

-151

net::ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED, "Server request for client certificate did not contain any types we support"

-152

net::ERR_ORIGIN_BOUND_CERT_GENERATION_TYPE_MISMATCH, "Server requested one type of cert, then requested a different type while the first was still being generated"

-153

net::ERR_SSL_DECRYPT_ERROR_ALERT, "SSL peer sent us a fatal decrypt_error alert"

-156

net::ERR_SSL_SERVER_CERT_CHANGED, "SSL server certificate changed in a renegotiation"

-157

net::ERR_SSL_INAPPROPRIATE_FALLBACK, "SSL server indicated that an unnecessary TLS version fallback was performed"

-158

net::ERR_CT_NO_SCTS_VERIFIED_OK, "All Signed Certificate Timestamps failed to verify"

-159

net::ERR_SSL_UNRECOGNIZED_NAME_ALERT, "SSL server sent us a fatal unrecognized_name alert"

-164

net::ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT, "Failed to import a client certificate from the platform store into the SSL library"

-165

net::ERR_SSL_FALLBACK_BEYOND_MINIMUM_VERSION", "SSL server requires falling back to a version older than the configured minimum fallback version"

-166

net::ERR_ICANN_NAME_COLLISION", "Resolving a hostname to an IP address list included the IPv4 address \"127.0.53.53\". This is a special IP address which ICANN has recommended to indicate there was a name collision, and alert admins to a potential problem"

-200

net::ERR_CERT_COMMON_NAME_INVALID, "Server responded with a certificate whose common name did not match the host name"

-201

net::ERR_CERT_DATE_INVALID", "Server responded with a certificate that is either expired or not valid yet"

-202

net::ERR_CERT_AUTHORITY_INVALID, "Server responsde with a certificate signed by an untrusted authority"

-203

net::ERR_CERT_CONTAINS_ERRORS", "Server responded with a certificate that contains errors"

-204

net::ERR_CERT_NO_REVOCATION_MECHANISM, "Certificate has no mechanism for determining if it is revoked"

-205

net::ERR_CERT_UNABLE_TO_CHECK_REVOCATION", "Revocation information for the security certificate for this site is not available"

-206

net::ERR_CERT_REVOKED, "Server responded with a certificate that has been revoked"

-207

net::ERR_CERT_INVALID, "Server responded with a certificate that is invalid"

-208

net::ERR_CERT_WEAK_SIGNATURE_ALGORITHM, "server responded with a certificate that is signed using a weak signature algorithm"

-210

net::ERR_CERT_NON_UNIQUE_NAME, "Host name specified in the certificate is not unique"

-211

net::ERR_CERT_WEAK_KEY, "Server responded with a certificate that contains a weak key"

-212

net::ERR_CERT_NAME_CONSTRAINT_VIOLATION, "Certificate claimed DNS names that are in violation of name constraints"

-213

net::ERR_CERT_VALIDITY_TOO_LONG, "Certificate's validity period is too long"

-324

net::ERR_EMPTY_RESPONSE, "Server closed the connection without sending any data"

-803

net::ERR_DNS_TIMED_OUT, "DNS lookup timed out"

-9999

"unknown error, error not mapped"