Main Page
From Flexerrorcodes
(Difference between revisions)
(→Other optional things to do) |
(Initial pass) |
||
Line 1: | Line 1: | ||
- | + | ==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/ | |
- | + | *[Compiler warnings | http://livedocs.macromedia.com/flex/201/langref/compilerwarnings.html] | |
- | + | *[Compiler errors | http://livedocs.macromedia.com/flex/201/langref/compilererrors.html] | |
- | + | *[Run-time errors | http://livedocs.macromedia.com/flex/201/langref/runtimeerrors.html] | |
+ | ==Flex errors== | ||
+ | ===Flex compiler errors=== | ||
+ | ===Flex run-time errors=== | ||
- | + | ==ActionScript errors== | |
- | + | ||
- | + | ||
- | + | ||
- | == | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 15:02, 7 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/
- [Compiler warnings | http://livedocs.macromedia.com/flex/201/langref/compilerwarnings.html]
- [Compiler errors | http://livedocs.macromedia.com/flex/201/langref/compilererrors.html]
- [Run-time errors | http://livedocs.macromedia.com/flex/201/langref/runtimeerrors.html]