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)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
An error occurred while trying to associate an AdSense account with Ad Manager. Unable to
create an association with AdSense or Ad Exchange account.
GET_AD_SLOT_API_ERROR
An error occured while trying to get an associated web property's ad slots. Unable to
retrieve ad slot information from AdSense or Ad Exchange account.
GET_CHANNEL_API_ERROR
An error occurred while trying to get an associated web property's ad channels.
GET_BULK_ACCOUNT_STATUSES_API_ERROR
An error occured while trying to retrieve account statues from AdSense API. Unable to
retrieve account status information. Please try again later.
RESEND_VERIFICATION_EMAIL_ERROR
An error occured while trying to resend the account association verification email. Error
resending verification email. Please try again.
UNEXPECTED_API_RESPONSE_ERROR
An error occured while trying to retrieve a response from the AdSense API. There was a
problem processing your request. Please try again later.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["`AdSenseAccountError` is a specific error type within the Google Ad Manager API that indicates issues related to AdSense accounts."],["It inherits properties from `ApiError` for providing details about the error, such as `fieldPath`, `trigger`, and `errorString`."],["The `reason` field further categorizes the `AdSenseAccountError` with specific reasons like API communication failures, verification email issues, or problems retrieving AdSense data."],["The provided namespace (`https://www.google.com/apis/ads/publisher/v202402`) indicates the API version and context for this error."]]],["The `InventoryService` includes `LineItemCreativeAssociation`, inheriting from `ApiError`. `AdSenseAccountError`, a type of `ApiError`, details issues with AdSense API interactions. It lists potential errors like `ASSOCIATE_ACCOUNT_API_ERROR`, `GET_AD_SLOT_API_ERROR`, and others related to account association, ad slot retrieval, or API responses. `ApiError` also has fields describing the error cause (`fieldPath`, `trigger`) and a textual description (`errorString`). There are many more types of `ApiError`.\n"]]