> ## 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.

# ValidatorError Object (IValidatorError Interface)

> ValidatorError object (IValidatorError interface) in ABBYY FineReader Engine Visual Components on Windows — This object specifies the error position on the page.

This object specifies the error position on the page. An error is an uncertainly recognized character, uncertainly recognized word or garbage.

## Properties

| Name           | Type                                                                                                                                                                                                                                     | Description                                                                                                  |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| ErrorPosition  | [EditorPosition](/fine-reader/engine/visual-components-reference/supplementary-objects/editorposition), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Stores the cursor position of the first character of the error.                                              |
| ErrorLength    | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                                        | Stores the length of the error.                                                                              |
| ErrorRectangle | [FRRectangle](/fine-reader/engine/api-reference/supplementary-objects-and-methods/frrectangle), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)         | Stores the coordinates of the error rectangle in pixels. The coordinates are relative to the document image. |

## See also

[ITextValidator::ValidatorError](/fine-reader/engine/visual-components-reference/textvalidator#validatorerror)
