From 9175dfb76d91208915f783161fb09d9d795575de Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Wed, 14 Jul 2021 16:05:19 +0100 Subject: [PATCH] feat: Add 5xx error messages. --- templates/error/descriptions/H500.md | 8 ++++++++ templates/error/descriptions/H501.md | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 templates/error/descriptions/H500.md create mode 100644 templates/error/descriptions/H501.md diff --git a/templates/error/descriptions/H500.md b/templates/error/descriptions/H500.md new file mode 100644 index 000000000..b7e2a5d68 --- /dev/null +++ b/templates/error/descriptions/H500.md @@ -0,0 +1,8 @@ +# Server error +An error occurred on the server while processing your request. + +This could be due to a misconfiguration on the server side, +or due to a bug in the server code. + +If you think this is a bug, +please [file a bug report](https://github.com/solid/community-server/issues/new). diff --git a/templates/error/descriptions/H501.md b/templates/error/descriptions/H501.md new file mode 100644 index 000000000..9116877e4 --- /dev/null +++ b/templates/error/descriptions/H501.md @@ -0,0 +1,9 @@ +# Not implemented +You are trying to use a feature that the server does not implement (yet). + +Possible causes include: +- something is misconfigured on the server side +- the behavior you are trying to access is not described by the Solid specifications + +If you think this behavior should be supported, +you can [submit a bug report](https://github.com/solid/community-server/issues/new).