I am calling a Java REST web service from the front end code, which is written in Action Script 3, and then I check the response status, which can be 200, 500 etc.
I was wondering if there are some constants defined in as3 for these codes, it would make my class more readable (I googled it and couldn't find anything).