Activity log for bug #1676437

Date Who What changed Old value New value Message
2017-03-27 13:39:17 Thomas Maddox bug added bug
2017-03-27 13:40:42 Thomas Maddox description Please see here: https://specs.openstack.org/openstack/api-wg/guidelines/errors.html. Currently we're returning errors that look like: { "message": "<error message>", "code": 400 } This is not robust enough to meet the needs of clients, especially when the request generates several errors that we wish to communicate in a uniform, machine-friendly way. Discussed on this review: https://review.openstack.org/#/c/447580. Please see here for the suggested guideline: https://specs.openstack.org/openstack/api-wg/guidelines/errors.html. Currently we're returning errors that look like: {     "message": "<error message>",     "code": 400 } This is not robust enough to meet the needs of clients, especially when the request generates several errors that we wish to communicate in a uniform, machine-friendly way.
2017-03-27 13:41:02 Thomas Maddox craton: milestone v0.2.0