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