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 DaiEncodingProfileService manages encoding profiles and their settings within Google Ad Manager."],["This service provides details about errors related to encoding profile containers, such as missing audio or video settings for specific container types."],["The error types are categorized and provide detailed information including the field path, trigger, and reason for the error."],["Errors are represented by a hierarchy with `ApiError` as the base and specific error types like `DaiEncodingProfileContainerSettingsError` inheriting from it."],["Developers can use this information to troubleshoot and resolve issues related to encoding profiles in their Ad Manager integrations."]]],["The content outlines errors related to the `DaiEncodingProfileService`, specifically its `ApiError` inheritance and `DaiEncodingProfileContainerSettingsError`. It details various error types, including `AuthenticationError`, `CollectionSizeError`, `InternalApiError`, and `QuotaError`. The `DaiEncodingProfileContainerSettingsError` enumeration lists specific reasons: `TS_MUST_HAVE_AUDIO_OR_VIDEO_SETTINGS`, `FMP4_MUST_HAVE_EITHER_AUDIO_OR_VIDEO_SETTINGS`, `HLS_AUDIO_MUST_HAVE_ONLY_AUDIO_SETTINGS`, and `UNKNOWN`. Also, it defines the `ApiError` fields: `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`.\n"]]