<div dir="ltr">There is keystone/exception.py which contains Exceptions defined and used inside keystone provide 4xx and 5xx status code. And we can use it like:<div>    exception.Forbidden.code, exception.forbiddent.title</div><div>    exception.NotFound.code, exception.NotFound.title</div><div><br></div><div>This makes the code looks pretty and avoid error prone. But I can't find definition for other status code, like 200, 201, 204, 302, and so on. The code in keystone, especially the unit test cases,  just write these status code and title explicitly.</div><div><br></div><div>How about add those definitions?</div></div>