Hmmm that probably should've been obvious but i was staring at the old
wire format code so hard trying to make it fit together with minimal
impact i kinda missed that :)
Added in the appropriate places, thanks for the suggestion :)
-- Chris
On Jun 16, 2008, at 12:07 AM, John Panzer wrote:
404 not found should be in there too
On 6/15/08, Chris Chabot <[EMAIL PROTECTED]> wrote:
Ps i'm assuming for now we'll use :
501 Not Implemented
401 Unauthorized
403 Forbidden
400 Bad Request
500 Internal Server Error
If those assumptions are correct, the only question left is "Does the
javascript side deal with these correctly?"
-- Chris
On Jun 15, 2008, at 5:43 PM, Chris Chabot wrote:
Since we're doing REST our error codes should be returned in http
error codes, have figured out which codes we want to return in what
situations yet, and does the features javascript support them?
Looked at the restjson code and the handling of the ResponseItem
errors seemed to be missing
-- Chris