AI-generated Key Takeaways
-
This page lists various Ad Manager API services and their associated
ServerError.Reasondocumentation. -
The
ServerError.Reasonenumeration describes possible causes for errors encountered on the server side. -
Possible server error reasons include a general
SERVER_ERROR, aSERVER_BUSYstate indicating high load, andUNKNOWNfor unexposed values.
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. |