Actions
Bug #4756
closedBad request errors are not properly displayed in the CLI
Status:
Duplicate
Priority:
Normal
Assignee:
Category:
Hammer
Target version:
Description
If you do the following in the code:
fail HttpErrors::BadRequest.new("This is an error")
Then you get this output in the CLI:
Error: 400 Bad Request
Even though the json has a valid error in it ("This is an error").
Actions