# Error index { {#--#} #error-index} {# NOTE: Prevent Doxygen issue by writing the comment after the first header. #} This page lists the warnings and errors generated by xkbcommon. There are currently {{ entries|length }} entries. @todo The documentation of the log messages is a work in progress. ## Index | Code | Identifier | Description | Type | | --------- | ---------------------------- | ----------- | ---- | {% for entry in entries %} | [{{entry.message_code}}] | `{{entry.id}}` | {{entry.description|prepend_todo}} | {{entry.type|capitalize}} | {% endfor %} ## Details {% for entry in entries %} ### {{entry.message_code}} – {{entry.message_name}} { {#--#}#{{entry.message_code}}}
{% if entry.removed %}
Added in
{{entry.added}}
Removed in
{{entry.removed}}
{% else %}
Since
{{entry.added}}
{% endif %}
Type
{{entry.type|capitalize}}
Summary
{{entry.description|prepend_todo}}
{% if entry.details %} {{entry.details}} {% endif %} {% if entry.examples %} #### Examples {% for example in entry.examples %}
{{example.name}} {{example.description}} {% if example.before %} **Fix:**
Before
{{example.before-}}
After
{{example.after-}}
{% endif %}
{% endfor %} {% endif %} {% endfor %} {% for entry in entries %} [{{entry.message_code}}]: @ref {{entry.message_code}} {% endfor %}