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.
[[["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."],[[["The `CompanyService` allows management of companies within Google Ad Manager."],["`SiteError` is associated with issues related to site operations."],["`SiteError` reasons include invalid child network codes, archiving sites with subsites, and invalid URLs."],["Sites can have an approval status that affects review processes."],["Errors inherit properties like `fieldPath`, `trigger`, and `errorString` for debugging."]]],["The core content outlines error handling within the `CompanyService`, specifically focusing on `SiteError` inheritance from `ApiError`. `SiteError` includes various reasons for errors, such as invalid network codes, attempting to archive sites with subsites, invalid URLs, multiple updates for the same site, excessive review requests, and incorrect approval status for review submissions. `ApiError` contains fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to identify and explain the error's cause. The namespace for the service is provided.\n"]]