type StringFormatError (v202505)

  • The webpage lists numerous services available in the Google Ad Manager API, version v202505, each with a link to its documentation.

  • The content details various inheritance relationships for errors, with ApiError serving as a base class for several specific error types.

  • Key fields for ApiError include fieldPath, fieldPathElements, trigger, and errorString.

  • The StringFormatError specifically includes a reason field, which is an enumeration with values like UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

StringFormatError

reason

StringFormatError.Reason


Enumerations
UNKNOWN
ILLEGAL_CHARS
INVALID_FORMAT