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-02-02 UTC."],[[["`ReportError` is a subclass of `ApiError` specific to exceptions during report execution."],["It utilizes a `reason` field to categorize the type of error encountered during report generation."],["The `reason` field includes a wide variety of potential issues, such as permission problems, invalid report configurations, and data constraints."],["This error object helps developers identify and troubleshoot report generation problems by providing specific error information."]]],[]]