AI-generated Key Takeaways
-
This page provides a comprehensive list of services available within the AdRuleService and their associated ServerError reasons.
-
Each service is linked to a dedicated page detailing the specific ServerError reasons it might encounter.
-
ServerError.Reason is an enumeration that describes the potential causes for server errors during service operations.
-
The three main ServerError.Reason values are SERVER_ERROR, SERVER_BUSY, and UNKNOWN, each representing a different error scenario.
-
Developers can refer to the provided links and the ServerError.Reason enumeration to understand and handle potential server errors encountered during interactions with the listed services.
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. |