type InvalidUrlError (v202505)

  • The content lists various Ad Manager API services such as AdjustmentService, CompanyService, and CreativeService.

  • It details the inheritance hierarchy starting from ApiError, listing numerous specific error types like AuthenticationError, GeoTargetingError, and ServerError.

  • The InvalidUrlError is highlighted with its field reason, which is an enumeration of reasons for an invalid URL such as ILLEGAL_CHARACTERS and INVALID_FORMAT.

  • The namespace for these services and errors is https://www.google.com/apis/ads/publisher/v202505.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

InvalidUrlError

reason

InvalidUrlError.Reason


Enumerations
ILLEGAL_CHARACTERS
INVALID_FORMAT
INSECURE_SCHEME
NO_SCHEME
UNKNOWN