[orkut-developer] Re: makerequest error detection

2009-03-08 Thread David Wilson
Right! thanks for the info. So what is the general design pattern for detecting bad server calls using make request? Something like returning an error string that i can detect in the response.text? On Mar 5, 12:00 pm, Aakash Bapna aak...@live.com wrote: Hi David, The

[orkut-developer] Re: makerequest error detection

2009-03-05 Thread Aakash Bapna
Hi David, The response_object.error has error from the proxy which makes a call to your server ie. makerequest internal errors . Mainly it has 504 gateway timeout errors when your server takes too long to respond to proxy. It doesnot give respect to your server's error codes and the error