Lack of descriptive guard errors #33
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.