type StringFormatError (v202502)

  • The page lists various Ad Manager API services, including AdRuleService, AdsTxtService, and UserService, each linked to its API reference documentation for version v202502.

  • The content details inheritance from ApiError to more specific error types like ApiVersionError, AuthenticationError, and StringFormatError.

  • StringFormatError includes fields like fieldPath, trigger, and errorString, and a reason enumeration with values such as UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT.

  • The namespace for the API services and errors discussed is https://www.google.com/apis/ads/publisher/v202502.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

StringFormatError

reason

StringFormatError.Reason


Enumerations
UNKNOWN
ILLEGAL_CHARS
INVALID_FORMAT