aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http/status/417/index.html
blob: 75cd2624226fa80cbe44b0936ee734fff3853d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: 417 Expectation Failed
slug: Web/HTTP/Status/417
tags:
  - HTTP
  - Код статуса
  - Код статуса HTTP
  - Ошибка клиента
  - Справка
translation_of: Web/HTTP/Status/417
---
<div>{{HTTPSidebar}}</div>

<p>Код ошибки HTTP <strong><code>417 Expectation Failed</code></strong> указывает на то, что ожидание, указанное в  {{HTTPHeader("Expect")}}, не может быть выполнено.</p>

<p>Дополнительную информацию смотрите в  {{HTTPHeader("Expect")}}.</p>

<h2 id="Статус">Статус</h2>

<pre class="syntaxbox">417 Expectation Failed</pre>

<h2 id="Спецификации">Спецификации</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Спецификация</th>
   <th scope="col">Название</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "417 Expectation Failed" , "6.5.14")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="Смотрите_также">Смотрите также</h2>

<ul>
 <li>{{HTTPHeader("Expect")}}</li>
</ul>