Share via


<extension-error-info> of <import-error>

Provides contextual information about an exception, and in some cases, the call stack of an exception.

Schema Hierarchy

<run-history>
  <run-details>
    <step-details>
      <synchronization-errors>
        <import-error>

Syntax

<extension-error-info>
  <extension-name>
  </extension-name>  <extension-callsite>
  </extension-callsite>
  <extension-context>
  </extension-context>
  <call-stack>
  </call-stack>
</extension-error-info>

element

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

Element Min Occurs Max Occurs Description

<call-stack> of <extension-error-info>[Run History XML

1

1

Contains a dump of the rules extension call stack at the time of the import error.

<extension-callsite> of <extension-error-info>

1

1

Contains the name of the import step that was running when the error occurred.

<extension-context> of <extension-error-info>

0

1

Contains the context string that was passed to the extension method (if any).

<extension-name> of <extension-error-info>

1

1

Contains the name of the DLL.

Parent Elements

Element Description

<import-error>

Lists an error that occurs when you import a connector space delta into the metaverse.

Remarks

The <error-type> element (see <error-type> of <import-error>) determines whether the <extension-error-info> element contains contextual information and a call stack. For more information see <import-error>.

See Also

Reference

<import-error>

Concepts

Run History XML