enum ServerError.Reason (v202411)

  • ServerError.Reason is an enumeration used to describe reasons for server errors.

  • The reasons include an unexpected error (SERVER_ERROR), a busy server requiring retrying the request (SERVER_BUSY), and an unknown value if not exposed by the API version (UNKNOWN).

Describes reasons for server errors


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
SERVER_ERROR Indicates that an unexpected error occured.
SERVER_BUSY Indicates that the server is currently experiencing a high load. Please wait and try your request again.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.