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-11-19 UTC."],[[["ReportError signifies an error encountered during report execution."],["It inherits properties like fieldPath, fieldPathElements, trigger, and errorString from ApiError."],["ReportError includes a reason field, an enumeration detailing specific error causes like permission issues, invalid data, or report constraints."],["Reasons for ReportError can range from report access restrictions and data inconsistencies to unsupported configurations and system failures."],["Detailed information regarding each reason is available in the provided documentation for ReportError.Reason enumeration."]]],[]]