type ServerError (v202505)

  • The page lists various Ad Manager API services with links to their ServerError documentation for version v202505.

  • It outlines the inheritance structure for errors, showing that ServerError inherits from ApiError.

  • The ServerError specifically includes a reason field, which is an enumeration indicating the type of server issue, such as SERVER_ERROR, SERVER_BUSY, or UNKNOWN.

  • The Namespace for these services and errors is https://www.google.com/apis/ads/publisher/v202505.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ServerError

reason

ServerError.Reason


Enumerations
SERVER_ERROR
SERVER_BUSY
UNKNOWN