I guess I'd start here then: http://livedocs.adobe.com/flex/3/langref/runtimeErrors.html
It's a pretty big list. You might do better if you just experiment and create these errors (like unplug your Ethernet cable and see what error is thrown) and keep a list of them. I don't know that error codes or messages are guaranteed to remain the same between versions though. What might be better would be to wrap certain blocks of code in a try catch with a message in the catch that is specific to the block of code being tried. For instance, if the RemoteObject call fails you can list their Internet connection or the remote server as having problems. ~Brad -------- Original Message -------- Subject: Re: fault.faultCode List From: Graham Pearson <[EMAIL PROTECTED]> Date: Wed, November 12, 2008 10:12 am To: flex <[email protected]> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My thought was to match up what the faultCode comes to me as and give them a plain English version of the message. In my application, if the computer does not have an internet connection for some reason, it will through an HTTP Failed which I translate into This computer is unable to access the Internet for some reason, please check your internet connection or contact your Information Technology Department for further assistance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5535 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
