Main Page

From Flexerrorcodes

(Difference between revisions)
(Add table)
Line 11: Line 11:
===Flex compiler errors===
===Flex compiler errors===
-
<table width="200" border="1" cellspacing="2" cellpadding="2">
+
<table width="90%" border="1" cellspacing="2" cellpadding="2">
   <tr>
   <tr>
-
     <th scope="col">Error code</th>
+
     <th scope="col" width="10%">Error code</th>
-
     <th scope="col">Description</th>
+
     <th scope="col" width="45%">Description</th>
-
     <th scope="col">Solution or workaround</th>
+
     <th scope="col" width="45%">Solution or workaround</th>
   </tr>
   </tr>
   <tr>
   <tr>

Revision as of 16:00, 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

ActionScript errors

Personal tools