public class WorkflowActionError extends ApiError
WorkflowAction.
Java class for WorkflowActionError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowActionError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201711}WorkflowActionError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowActionErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
WorkflowActionError() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(WorkflowActionErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected WorkflowActionErrorReason reason
public WorkflowActionErrorReason getReason()
WorkflowActionErrorReasonpublic void setReason(WorkflowActionErrorReason value)
value - allowed object is
WorkflowActionErrorReasonCopyright © 2018. All Rights Reserved.