| Ken Dunnington 2005-08-02, 5:45 pm |
| I'm in the process of improving the error handling/reporting functions of m=
y=20
application (which are admittedly underwhelming at present) and I am adding=
=20
an email module to send me reports of all errors. In the Flash environment,=
=20
when a Remoting gateway error is thrown, I see the expected properties of=
=20
the Fault object in the output window (type, details, description, code) bu=
t=20
I also see rootcause, an object with similar properties, but more specific=
=20
information concerning the app server's state. In this case, I'm using=20
ColdFusion, and the rootcause.details property gives me an idea where in my=
=20
code the error occurred, which is much more helpful than the
Fault.detailsproperty, which is just information on the gateway call
stack. However, in
my error handler, I pass the Fault object to a gateway method that emails i=
t=20
to me, and there is no rootcause property.
So, I'm wondering where does this property exist, and how can I get it out=
=20
of Flash?
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|