type ServerError (v202502)

  • ServerError represents errors that occur on the server side.

  • It inherits from ApiError and includes a specific reason for the server error.

  • Possible reasons for a ServerError include SERVER_BUSY and UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ServerError

reason

ServerError.Reason


Enumerations
SERVER_ERROR
SERVER_BUSY
UNKNOWN