Comment 4 for bug 1218760

Revision history for this message
Feilong Wang (flwang) wrote : Re: Error code incorrect impacted by Debug level

Not really, just like I said in the #1 comment, you can try:

json.dumps({'debuginfo': None, 'faultcode': 'Client', 'faultstring': u'Unknown argument: "arg": fake'}) with your default json lib on your env. It works great.

But the wsme/json.py can't parse it.