type StringLengthError (v202411)

  • The StreamActivityMonitorService allows for monitoring streaming activity.

  • It inherits from the ApiError class and includes various error types like ApiVersionError, AuthenticationError, and more.

  • The StringLengthError, a specific type of error, occurs when a string value is either too long or too short.

  • This service uses the namespace https://www.google.com/apis/ads/publisher/v202411.

  • Key fields include fieldPath, trigger, errorString, and reason (for StringLengthError).


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