The error means that the object you are assuming to be of type
ErrorMessage was in fact just a plain object. You cannot cast an
Object to an ErroMessage because it is missing all the methods and
properties that an ErrorMessage is supposed to have.
Cheers,
Lach
On 15/12/2006, at 3:22 AM, runnerr wrote:
Hi All,
Im getting an error in the service browser:
"TypeError: Error #1034: Type Coercion failed: cannot convert
[EMAIL PROTECTED] to mx.messaging.messages.ErrorMessage."
I have tried to look deeper into the code but I cannot figure it out.