public class ApiFault extends ApplicationFault
Java class for ApiFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApiFault">
<complexContent>
<extension base="{https://adapi.microsoft.com}ApplicationFault">
<sequence>
<element name="OperationErrors" type="{https://bingads.microsoft.com/Customer/v13/Exception}ArrayOfOperationError" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfOperationError |
operationErrors |
trackingId| Constructor and Description |
|---|
ApiFault() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfOperationError |
getOperationErrors()
Gets the value of the operationErrors property.
|
void |
setOperationErrors(ArrayOfOperationError value)
Sets the value of the operationErrors property.
|
getTrackingId, setTrackingIdprotected ArrayOfOperationError operationErrors
public ArrayOfOperationError getOperationErrors()
ArrayOfOperationErrorpublic void setOperationErrors(ArrayOfOperationError value)
value - allowed object is
ArrayOfOperationErrorCopyright © 2024. All rights reserved.