type StringLengthError (v202411)

  • The SegmentPopulationService allows you to manage and analyze audience segments within Google Ad Manager.

  • This service provides methods to retrieve and manipulate population data for various audience segments.

  • The service inherits from the ApiError class, handling potential errors during API interactions.

  • StringLengthError is a specific type of error related to the length of input strings, indicating whether they are too long or too short.

  • Enumerations within StringLengthError define reasons like TOO_LONG, TOO_SHORT, and UNKNOWN for these errors.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

StringLengthError

reason

StringLengthError.Reason


Enumerations
TOO_LONG
TOO_SHORT
UNKNOWN