type ServerError (v202502)

  • ServerError represents server-side errors within the Ad Manager API.

  • It inherits from ApiError and includes fields like fieldPath, trigger, and errorString.

  • The ServerError specific field is 'reason', which provides an enumeration of possible server error causes.


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