compilerErrors summary
#### Availability
Flash CS3 Professional.
#### Description
The compilerErrors object, which represents the Compiler Errors panel, is a property of the flash object (fl) and can be accessed by fl.compilerErrors (see flash object (fl) (../flash_object_(fl)/fl_summary.md
)).
#### Method summary
The following methods can be used with the compilerErrors object:
| Method | Description |
|---------------------------------------------------|-----------------------------------------------------------------------|
| compilerErrors.clear() (../compilerErrors_object/compilerErrors.md) | Clears the contents of the Compiler Errors panel. |
| compilerErrors.save() (../compilerErrors_object/compilerError1.md) | Saves the contents of the Compiler Errors panel to a local text file. |
<span id="compilerErrors.clear()" class="anchor"></span>