type StringFormatError (v202502)

  • The StringFormatError object extends the ApiError object, inheriting its fields.

  • StringFormatError includes a 'reason' field which is of type StringFormatError.Reason.

  • Possible reasons for a StringFormatError include UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT.


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