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 `DaiAuthenticationKeyService` manages errors related to DAI (Dynamic Ad Insertion) authentication key actions within Google Ad Manager."],["It provides a structured hierarchy of error types, inheriting from `ApiError` and including a specific `DaiAuthenticationKeyActionError`."],["`DaiAuthenticationKeyActionError` details reasons for failures like invalid status transitions or dependencies on active content sources/live streams."],["Errors are identified via `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for debugging purposes."],["This service is essential for understanding and resolving issues when working with DAI authentication keys in Ad Manager."]]],["The `DaiAuthenticationKeyService` manages errors related to DAI authentication key actions. It inherits from `ApiError` and includes various specific error types, such as `AuthenticationError`, `QuotaError`, and `StringLengthError`. Key fields within `ApiError` are `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `DaiAuthenticationKeyActionError` details the `reason` for failed actions, with specific enumeration values like `INVALID_STATUS_TRANSITION` and `CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_LIVE_STREAMS`. The namespace for the service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]