type ServerError (v202508)

  • The webpage lists numerous Ad Manager API services available in version v202508, including services for managing ad rules, adjustments, inventory, orders, reports, and more.

  • It details the inheritance of errors, starting with ApiError and branching into specific error types like AuthenticationError, PermissionError, and QuotaError.

  • The ServerError type, inherited from ApiError, includes fields such as fieldPath, trigger, errorString, and a reason enumeration with values like SERVER_ERROR, SERVER_BUSY, and UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ServerError

reason

ServerError.Reason


Enumerations
SERVER_ERROR
SERVER_BUSY
UNKNOWN