type StringLengthError (v202508)

  • StringLengthError is a type of ApiError that indicates an error related to string length.

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

  • StringLengthError specifically includes a 'reason' field which can be TOO_LONG, TOO_SHORT, or UNKNOWN.

  • The namespace for this error is https://www.google.com/apis/ads/publisher/v202508.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

StringLengthError

reason

StringLengthError.Reason


Enumerations
TOO_LONG
TOO_SHORT
UNKNOWN