type ServerError (v202505)

  • ServerError is a specific type of ApiError that indicates an error occurred on the server.

  • The ServerError includes a reason field which can specify if the server is busy or if the reason is unknown.

  • The ApiError class, from which ServerError inherits, provides fields like fieldPath, trigger, and errorString for more detailed error information.


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