public class VideoError extends ApiError
Java class for VideoError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoError">
<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}VideoError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VideoErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
VideoError() |
| Modifier and Type | Method and Description |
|---|---|
VideoErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(VideoErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected VideoErrorReason reason
public VideoErrorReason getReason()
VideoErrorReasonpublic void setReason(VideoErrorReason value)
value - allowed object is
VideoErrorReasonCopyright © 2023. All rights reserved.