AI-generated Key Takeaways
-
ServerError.Reason describes reasons for server errors within the Google Ad Manager API v202508 namespace.
-
Possible reasons for a ServerError include
SERVER_ERROR
, indicating an unexpected error,SERVER_BUSY
, indicating high server load, andUNKNOWN
for values not exposed by the API version. -
The ServerError.Reason enumeration is a dependency for various services listed on the page, such as AdRuleService and AdjustmentService.
Describes reasons for server errors
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |