type ServerError (v202508)

  • ServerError represents errors that occur on the server side.

  • It inherits from ApiError and includes a 'reason' field.

  • Possible reasons for a ServerError are SERVER_ERROR, SERVER_BUSY, and UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ServerError

reason

ServerError.Reason


Enumerations
SERVER_ERROR
SERVER_BUSY
UNKNOWN