--- title: 422 Unprocessable Entity slug: Web/HTTP/Status/422 translation_of: Web/HTTP/Status/422 --- <p>{{HTTPSidebar}}</p> <p>O codigo de resposta HTTP <code><strong>422 Unprocessable Entity</strong></code> indica que o servidor entende o tipo de conteúdo da entidade da requisição, e a sintaxe da requisição esta correta, mas não foi possível processar as instruções presentes.</p> <div class="warning"> <p><strong>Importante</strong>: O cliente não deve repetir esta requisição sem modificações.</p> </div> <h2 id="Status">Status</h2> <pre class="syntaxbox">422 Unprocessable Entity</pre> <h2 id="Especificações">Especificações</h2> <table class="standard-table"> <thead> <tr> <th scope="col">Especificação</th> <th scope="col">Título</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>