Main Page
From Flexerrorcodes
Revision as of 11:54, 13 March 2007 by 63.109.192.30 (Talk)
Flex and ActionScript Error Codes
One of the great things about working on the Flex development team is seeing how people create these amazing applications; things you never would have thought possible. However, the flip side of that is that when people are developing things you never would have thought possible, they get errors you never would have thought possible. This page is an attempt to capture and catalog Flex and ActionScript compiler and run-time errors, along with the environment in which they occur, and what it took to fix them.
Existing Documentation
Before you add an error to this page, please check out the existing error-code documentation. It may be covered already:
Run-time errors
Error code | Description | Solution or workaround |
---|---|---|
1030 | VerifyError | Make sure you are running the current version of the player. |
1502 | A script has executed for longer than the default timeout period of 15 seconds. | For Flex Charting, ensure that you're using unique category names in the category axis. |
1068 | VerifyError: classname and classname Cannot be reconciled | One developer who experienced this error reports that restarting the application server fixed the problem. |
2032 | HTTP request error | The referenced resource does not exist. |
2082 | Connect failed because the object is already connected. | If your application dies unexpectedly, it can leave the history LocalConnection in a hung state:
|
2137 | Sandbox security violation | Possible solutions include:
|