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 2024-05-15 UTC."],[[["`ReportError` is a subclass of `ApiError` specific to exceptions occurring during report execution."],["It provides details about the error, including a reason code, field path, and trigger data."],["Possible reasons for report errors range from permission issues and invalid report configurations to data storage failures."],["The `reason` field offers a specific code indicating the nature of the report error, with explanations available in the documentation."],["Developers can use this information to identify and resolve issues encountered when running reports through the ReportService."]]],[]]