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