AI-generated Key Takeaways
-
ServerError.Reason is an enumeration used to describe the reasons for server errors within the Google Ad Manager API, specifically in version v202505.
-
The possible reasons for a ServerError include a general unexpected error (
SERVER_ERROR), the server being busy (SERVER_BUSY), or an unknown reason (UNKNOWN). -
The documentation provides links to various Ad Manager services where ServerError.Reason is relevant.
Describes reasons for server errors
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |