AI-generated Key Takeaways
-
The document provides a list of various ad-related services, including AdRuleService, CreativeService, and OrderService.
-
It details
InternalApiError.Reason
, explaining that it represents the single cause of an internal API error. -
The enumeration for
InternalApiError.Reason
includes types likeUNEXPECTED_INTERNAL_API_ERROR
,TRANSIENT_ERROR
, andUNKNOWN
. -
It also lists reasons such as
DOWNTIME
for planned unavailability andERROR_GENERATING_RESPONSE
when the server fails to build a response after a successful mutate operation.
The single reason for the internal API error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
UNEXPECTED_INTERNAL_API_ERROR
|
API encountered an unexpected internal error. |
TRANSIENT_ERROR
|
A temporary error occurred during the request. Please retry. |
UNKNOWN
|
The cause of the error is not known or only defined in newer versions. |
DOWNTIME
|
The API is currently unavailable for a planned downtime. |
ERROR_GENERATING_RESPONSE
|
Mutate succeeded but server was unable to build response. Client should not retry mutate. |