> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IErrorsWindow

> Manage the FlexiCapture errors window via IErrorsWindow: filter assembly, format, and rule errors, set docking and size ratio, and focus a specific error.

## What it does

Represents the errors window.

## Properties

| **Name**                  | **Type**                                                                 | **Access** | **Description**                                                                                                                                                                                               |
| ------------------------- | ------------------------------------------------------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Controls                  | [IErrorControls](/flexi-capture/appendix/scripts-shell/ierrorcontrols)   | Read-only  | The collection of controls                                                                                                                                                                                    |
| Docking                   | [TDockingType](/flexi-capture/appendix/scripts-shell/tdockingtype)       | Read/write | The position of **IErrorsWindow** relative to [IFormWindow](/flexi-capture/appendix/scripts-shell/iformwindow) in the document editor.                                                                        |
| DocumentWindow            | [IDocumentEditor](/flexi-capture/appendix/scripts-shell/idocumenteditor) | Read-only  | The document editor                                                                                                                                                                                           |
| FocusedControl            | [IErrorControl](/flexi-capture/appendix/scripts-shell/ierrorcontrol)     | Read/write | The error which is focused at the moment                                                                                                                                                                      |
| Handle                    | int                                                                      | Read-only  | The handle of the window                                                                                                                                                                                      |
| Ratio                     | [IShellRational](/flexi-capture/appendix/scripts-shell/irational)        | Read/write | The ratio of the **IErrorsWindow** size (which is a numerator) to the total size of [IFormWindow](/flexi-capture/appendix/scripts-shell/iformwindow) plus **IErrorsWindow** windows (which is a denominator). |
| ShowAssemblingErrors      | bool                                                                     | Read/write | Specifies whether to show assembly errors                                                                                                                                                                     |
| ShowFormatErrors          | bool                                                                     | Read/write | Specifies whether to show format errors                                                                                                                                                                       |
| ShowRuleErrors            | bool                                                                     | Read/write | Specifies whether to show rule errors                                                                                                                                                                         |
| ShowUnmatchedRegionErrors | bool                                                                     | Read/write | Specifies whether to show errors associated with unmatched regions                                                                                                                                            |
