17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
<h4 class="text-danger"><strong>422 - Unprocessable Entity</strong></h4>
|
|
<p class="text-muted">[% the_request_failed_validation %]</p>
|
|
<table class="table table-stripped">
|
|
<tbody>
|
|
<tr>
|
|
<td>success</td>
|
|
<td>[% boolean_title %]</td>
|
|
<td>[% indicate_whether_the_request_was_successful_or_not %]</td>
|
|
</tr>
|
|
<tr>
|
|
<td>errors</td>
|
|
<td>[% array_of_strings %]</td>
|
|
<td>[% list_of_the_invalid_errors %]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|