type ServerError (v202502)

  • ServerError in the SiteService is a type of ApiError that provides details about server-side issues.

  • The ServerError includes fields inherited from ApiError, such as fieldPath and trigger, along with its own specific reason field.

  • The reason field for ServerError can indicate issues like a busy server or an unknown server error.

  • The ServerError is part of the Google Ad Manager API, specifically within the v202502 namespace.


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