type StringFormatError (v202508)

  • StringFormatError is a type of ApiError that indicates an error related to string formatting.

  • It inherits fields like fieldPath, fieldPathElements, trigger, and errorString from ApiError.

  • The StringFormatError includes a specific 'reason' field which can be UNKNOWN, ILLEGAL_CHARS, or INVALID_FORMAT.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

StringFormatError

reason

StringFormatError.Reason


Enumerations
UNKNOWN
ILLEGAL_CHARS
INVALID_FORMAT