Attempting to delete an app with existing assemblies should return a better error message
Bug #1400900 reported by
Melissa Kam
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Solum |
Invalid
|
Low
|
Devdatta Kulkarni |
Bug Description
The error returned when trying to delete an app when its related assemblies haven't been deleted yet is not very descriptive:
500 Internal Server Error
{
"debuginfo": null,
"faultcode": "Server",
"faultstring": "'SolumException' object has no attribute 'msg_fmt'"
}
This should have a non-500 code and a more useful message.
tags: | added: low-hanging-fruit |
Changed in solum: | |
status: | New → Confirmed |
importance: | Undecided → Low |
milestone: | none → 2015.1.1 |
Changed in solum: | |
status: | Confirmed → Triaged |
tags: | added: solum-api |
Changed in solum: | |
assignee: | nobody → Devdatta Kulkarni (devdatta-kulkarni) |
milestone: | 2015.1.1 → next-mitaka |
To post a comment you must log in.
Looks like this is no longer an issue, so marking the bug as 'Invalid'.