type StringLengthError (v202411)

  • StringLengthError is a type of ApiError that can be inherited by various services.

  • StringLengthError includes fields like fieldPath, fieldPathElements, trigger, and errorString inherited from ApiError.

  • The StringLengthError specifically has a reason field with possible values of TOO_LONG, TOO_SHORT, and UNKNOWN.


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