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-11-19 UTC."],[[["The `DaiAuthenticationKeyService` handles errors related to actions performed on DAI authentication keys in Google Ad Manager."],["It provides detailed error information including the field path, trigger, and a human-readable error string."],["The `DaiAuthenticationKeyActionError` specifically addresses errors during actions like activating or deactivating keys, with reasons like invalid status transitions or usage by active content sources."],["Errors can be categorized by reasons such as `INVALID_STATUS_TRANSITION`, `CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_CONTENT_SOURCES`, `CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_LIVE_STREAMS` or `UNKNOWN`."],["This service utilizes the namespace `https://www.google.com/apis/ads/publisher/v202411` for its operations."]]],["The `DaiAuthenticationKeyService` outlines various error types inherited from `ApiError`, including `ApiVersionError`, `AuthenticationError`, and `InternalApiError`. It details errors related to DAI authentication key actions, such as `INVALID_STATUS_TRANSITION` and `CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_CONTENT_SOURCES`. `ApiError` includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. The `DaiAuthenticationKeyActionError` contains a `reason` field with various enumerations, for instance, a key cannot be deactivated if used by active content.\n"]]