{% extends "mirrorwall/base.html" %} {% block title %}{{ code }} — LoadCoach{% endblock %} {% block content %}
{{ message }}
Request {{ request_id }} · {{ path }}
{% if details %}{{ details | json_pretty }}
{% if status_code == 404 %}Check the identifier in the address; the record may have been pruned or never existed. {% elif status_code == 401 or status_code == 403 %}This page needs a credential with the right scope; see api.md §11. {% elif status_code >= 500 %}This is a fault in LoadCoach or its database. Retry once; if it persists, run loadcoach doctor and quote the request ID. {% else %}The request was refused for the reason above; correct it and retry. {% endif %}
{% if status_code == 401 %} {% endif %}