How to get status code(409 for conflict) and message("your code is conflict") through falut event in

Posted by Ankur on Stack Overflow See other posts from Stack Overflow or by Ankur
Published on 2010-04-06T05:58:11Z Indexed on 2010/04/06 6:03 UTC
Read the original article Hit count: 182

Filed under:

I am calling a server method through HTTPService from client side and in response i am sending sending status code(409 for conflict) and message("your code is conflicted") from serverside on error but on client side in fault event i am getting status code 0 and message = "faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL:"

I want to know how to get the actual status code and message in fault event.

© Stack Overflow or respective owner

Related posts about flex3