AI-generated Key Takeaways
-
ExchangeSignupApiError objects are returned when exceptions occur within the ExchangeSignupService.
-
These errors inherit properties from the ApiError object, including fieldPath, fieldPathElements, trigger, and errorString, for detailed error information.
-
The
reason
field provides specific context about the Exchange signup error, with enumerated values likeADSENSE_ACCOUNT_CREATION_ERROR
orFAILED_TO_ADD_WEBSITE_TO_PROPERTY
. -
Errors can be due to issues like AdSense account creation, website linking, product configuration, or account readiness.
-
The namespace for this error is
https://www.google.com/apis/ads/publisher/v202411
.
ApiError for exceptions thrown by ExchangeSignupService.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
ExchangeSignupApiError
|
|
|
Enumerations
|