type CommonError (v202411)

  • The StreamActivityMonitorService allows monitoring of streaming activity.

  • It inherits from ApiError and further breaks down into more specific error types like ApiVersionError, AuthenticationError, etc.

  • CommonError is a key component, often indicating issues like resource not found, duplication, or unsupported actions.

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

  • Key fields include fieldPath, trigger, errorString, and reason, providing context for troubleshooting.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

CommonError

reason

CommonError.Reason


Enumerations
NOT_FOUND
ALREADY_EXISTS
NOT_APPLICABLE
DUPLICATE_OBJECT
CANNOT_UPDATE
UNSUPPORTED_OPERATION
CONCURRENT_MODIFICATION
UNKNOWN