aboutsummaryrefslogtreecommitdiff
path: root/files/uk/web/http/status/422/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/uk/web/http/status/422/index.html')
-rw-r--r--files/uk/web/http/status/422/index.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/files/uk/web/http/status/422/index.html b/files/uk/web/http/status/422/index.html
deleted file mode 100644
index be92381f02..0000000000
--- a/files/uk/web/http/status/422/index.html
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: 422 Unprocessable Entity
-slug: Web/HTTP/Status/422
-tags:
- - HTTP
- - HTTP Status Code
- - WebDAV
- - Довідка
- - Клієнтська помилка
- - Код відповіді
- - Помилка клієнта
-translation_of: Web/HTTP/Status/422
----
-<p>{{HTTPSidebar}}</p>
-
-<p>Код відповіді HyperText Transfer Protocol (HTTP) <code><strong>422 Unprocessable Entity</strong></code> означає, що сервер розуміє тип сутності запиту, і синтаксис цієї сутності вірний, проте опрацювати вміщені в неї інструкції неможливо.</p>
-
-<div class="warning">
-<p><strong>Важливо</strong>: клієнт не повинен повторювати цей запит без його модифікації.</p>
-</div>
-
-<h2 id="Статус">Статус</h2>
-
-<pre class="syntaxbox">422 Unprocessable Entity</pre>
-
-<h2 id="Специфікації">Специфікації</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Специфікації</th>
- <th scope="col">Назва</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{RFC("4918", "422 Unprocessable Entity" , "11.2")}}</td>
- <td>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</td>
- </tr>
- </tbody>
-</table>