Main Page
From Flexerrorcodes
(Difference between revisions)
(Added blank tables) |
|||
Line 13: | Line 13: | ||
<table width="90%" border="1" cellspacing="2" cellpadding="2"> | <table width="90%" border="1" cellspacing="2" cellpadding="2"> | ||
<tr> | <tr> | ||
- | <th scope="col" width=" | + | <th scope="col" width="20%">Error code</th> |
- | <th scope="col" width=" | + | <th scope="col" width="40%">Description</th> |
- | <th scope="col" width=" | + | <th scope="col" width="40%">Solution or workaround</th> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 36: | Line 36: | ||
===Flex run-time errors=== | ===Flex run-time errors=== | ||
+ | |||
+ | |||
+ | <table width="90%" border="1" cellspacing="2" cellpadding="2"> | ||
+ | <tr> | ||
+ | <th scope="col" width="20%">Error code</th> | ||
+ | <th scope="col" width="40%">Description</th> | ||
+ | <th scope="col" width="40%">Solution or workaround</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
==ActionScript errors== | ==ActionScript errors== | ||
+ | |||
+ | |||
+ | <table width="90%" border="1" cellspacing="2" cellpadding="2"> | ||
+ | <tr> | ||
+ | <th scope="col" width="20%">Error code</th> | ||
+ | <th scope="col" width="40%">Description</th> | ||
+ | <th scope="col" width="40%">Solution or workaround</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | </table> |
Revision as of 16:01, 21 February 2007
Contents |
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 the 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/
Flex errors
Flex compiler errors
Error code | Description | Solution or workaround |
---|---|---|
Flex run-time errors
Error code | Description | Solution or workaround |
---|---|---|
ActionScript errors
Error code | Description | Solution or workaround |
---|---|---|