17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
<h4 class="text-danger"><strong>401 - Unauthorized</strong></h4>
|
|
<p class="text-muted">[% the_user_does_not_have_permission_to_access_the_requested_resource %]</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>error</td>
|
|
<td>[% array_of_strings %]</td>
|
|
<td>[% the_error_message %]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|