public class BatchJobProcessingError extends ApiError
BatchJob.
Java class for BatchJobProcessingError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchJobProcessingError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/cm/v201809}BatchJobProcessingError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BatchJobProcessingErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
BatchJobProcessingError() |
| Modifier and Type | Method and Description |
|---|---|
BatchJobProcessingErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(BatchJobProcessingErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected BatchJobProcessingErrorReason reason
public BatchJobProcessingErrorReason getReason()
BatchJobProcessingErrorReasonpublic void setReason(BatchJobProcessingErrorReason value)
value - allowed object is
BatchJobProcessingErrorReasonCopyright © 2023. All rights reserved.