AI-generated Key Takeaways
-
InventoryClientApiError.Reason
outlines the potential reasons for errors encountered when calling InventoryClient. -
These reasons include issues like access denial, AdSense authentication or RPC errors, and various domain-related problems such as invalid format, host, or TLD.
-
The error reasons are part of the
CompanyService
within the Ad Manager API and are further categorized underNetworkService
. -
Each error reason is represented by a specific enumeration value within the namespace
https://www.google.com/apis/ads/publisher/v202411
.
Potential reasons for errors calling InventoryClient
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
ACCESS_DENIED
|
|
ADSENSE_AUTH_ERROR
|
|
ADSENSE_RPC_ERROR
|
|
DOMAIN_NO_SCHEME
|
|
DOMAIN_INVALID_HOST
|
|
DOMAIN_INVALID_TLD
|
|
DOMAIN_ONE_STRING_AND_PUBLIC_SUFFIX
|
|
DOMAIN_INVALID_INPUT
|
|
DOMAIN_NO_PUBLIC_SUFFIX
|
|
UNKNOWN_ERROR
|