2.2.4.114 ErrorContext

Applies to MDS 2012

The ErrorContext complex type specifies the context of a particular error. This type identifies the object that was operated on when the error occurred.

The following is the XML schema definition of the ErrorContext complex type.

   <xs:complexType name="ErrorContext">
     <xs:sequence>
       <xs:element minOccurs="0" name="FullyQualifiedName" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="Type" type="tns:ObjectType" />
     </xs:sequence>
   </xs:complexType>

FullyQualifiedName: Specifies the fully qualified name of an object (for example, sufficient context to uniquely identify the object).

Identifier: Specifies the Identifier of the object that is involved in the error.

Type: Specifies the ObjectType of the object that is involved in the error.