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.
Attribute has to be selected in combination with dimensions.
COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS
The provided report violates one or more constraints, which govern
incompatibilities and requirements between different report
properties. Some reasons for constraint violations include:
Not all Column objects requested are supported for the given
set of Dimension objects.
The report's date range is not compatible with the given set of
Column
objects.
The report's TimeZoneType is not compatible with the given set of
Column and
Dimension
objects (version 201802 and later).
The report's currency is not compatible with the given set of
Column
objects.
For versions 201911 and later, this is only returned when some or
all of the Column objects are not supported for the requested
Dimension
objects.
DATE_RANGE_NOT_SUPPORTED_FOR_REQUESTED_REPORT
The report's date range is not compatible with the requested Dimension and Column objects.
[[["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 2023-08-22 UTC."],[[["`ReportError` objects represent exceptions encountered during report execution within the Google Ad Manager API."],["These errors can arise from issues like insufficient user permissions, invalid report configurations, or data inconsistencies."],["`ReportError` details include a reason code (e.g., `REPORT_ACCESS_NOT_ALLOWED`, `INVALID_DIMENSIONS`), a field path indicating the error source, and an error string for human-readable context."],["Developers can leverage these error details to troubleshoot report generation problems and ensure successful report retrieval."]]],[]]