type UrlError (v202508)

  • UrlError is a type of ApiError.

  • UrlError can represent various issues with URLs, such as reserved URLs, Google URLs, or invalid formats.

  • The UrlError class inherits fields like fieldPath and trigger from ApiError.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

UrlError

reason

UrlError.Reason


Enumerations
CANNOT_USE_RESERVED_URL
CANNOT_USE_GOOGLE_URL
INVALID_URL
UNKNOWN