This topic has not yet been rated - Rate this topic

AdApiFaultDetail Data Object

Defines a fault object that operations return when generic errors occur, such as an authentication error.


<xs:complexType name="AdApiFaultDetail">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:ApplicationFault">
      <xs:sequence>
        <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfAdApiError" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
<xs:element name="AdApiFaultDetail" nillable="true" type="tns:AdApiFaultDetail" />

Elements

Element

Description

Data Type

Errors

An array of AdApiError objects that contains the details that explain why the service operation failed.

AdApiError array

The AdApiFaultDetail object derives from the ApplicationFault object. For a list of the inherited elements, see the ApplicationFault object.

Did you find this helpful?
(1500 characters remaining)