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

# IDocumentExportResults

> IDocumentExportResults object in FlexiCapture scripts: a collection of IActionResult items reporting whether a document's export to each target succeeded.

## What it does

The object represents a set of export results of a document to different targets. This is a collection of the [IActionResult](/flexi-capture/appendix/scripts/iactionresult) objects which contain information about export for particular targets.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

| **Name**     | **Type**                                               | **Access** | **Description**                                  |
| ------------ | ------------------------------------------------------ | ---------- | ------------------------------------------------ |
| Document     | [IDocument](/flexi-capture/appendix/scripts/idocument) | Read-only  | The document exported with the given results     |
| ErrorMessage | string                                                 | Read-only  | The message that describes why the export failed |
| Succeeded    | bool                                                   | Read-only  | Specifies whether the document export succeeded  |
