Improve error handling #1

Open
opened 2026-05-16 15:15:50 +02:00 by shy · 0 comments
Owner

Currently (as of 1396cecda1), when an error occurs during request handling, the system returns a generic error code without additional context.
There is no further information attached to the response, and no messages are logged to the console, which makes troubleshooting difficult and makes usage of the HTTP API more complex.

Therefore, it is a good idea to add log messages when errors occur and to add more error information in failed HTTP responses.

This issue is to track the development progress thereof.

Currently (as of 1396cecda1), when an error occurs during request handling, the system returns a generic error code without additional context. There is no further information attached to the response, and no messages are logged to the console, which makes troubleshooting difficult and makes usage of the HTTP API more complex. Therefore, it is a good idea to **add log messages when errors occur** and to **add more error information in failed HTTP responses**. This issue is to track the development progress thereof.
shy self-assigned this 2026-05-16 15:15:50 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
shy/Parcell#1
No description provided.