Lack of descriptive guard errors #33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, request guards can only return a status code which can then be handled by a default catcher. There's no option to return custom response content, so any guard errors are automatically turned into generic response. This is just sad man, I really hope they implement this.
It seems I'm not the only one with this issue, so it's being tracked here.