<annotation>
<documentation>
The API error base class that provides details about an error that occurred while processing a service request. <p>The OGNL field path is provided for parsers to identify the request data element that may have caused the error.</p>
</documentation>
</annotation>
<sequence>
<element maxOccurs="1" minOccurs="0" name="fieldPath" type="xsd:string">
<annotation>
<documentation>The OGNL field path to identify cause of error.</documentation>
</annotation>
</element>
<element maxOccurs="1" minOccurs="0" name="trigger" type="xsd:string">
<annotation>
<documentation>The data that caused the error.</documentation>
</annotation>
</element>
<element maxOccurs="1" minOccurs="0" name="errorString" type="xsd:string">
<annotation>
<documentation>
A simple string representation of the error and reason.
</documentation>
</annotation>
</element>
<element maxOccurs="1" minOccurs="0" name="ApiError.Type" type="xsd:string">
<annotation>
<documentation>
Indicates that this instance is a subtype of ApiError. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
</documentation>
</annotation>
</element>
</sequence>
</complexType>