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 DaiEncodingProfileService manages encoding profiles and their associated errors in Google Ad Manager."],["This service outlines potential errors related to encoding profile settings, such as container type and audio/video settings configurations."],["Errors are categorized with specific reasons to aid in troubleshooting and resolution."],["The service provides detailed information about each error, including a field path, trigger, and error string, within a structured namespace."],["Developers can use this information to ensure proper configuration of encoding profiles within their Ad Manager setup."]]],["The core content outlines error handling for the `DaiEncodingProfileService`, specifically detailing the `ApiError` inheritance and `DaiEncodingProfileContainerSettingsError`. It defines various error types, including authentication, collection size, name-related, and update errors. `ApiError` provides fields like `fieldPath`, `trigger`, and `errorString`. `DaiEncodingProfileContainerSettingsError` includes a `reason` field with enumerations such as `TS_MUST_HAVE_AUDIO_OR_VIDEO_SETTINGS` and `HLS_AUDIO_MUST_HAVE_ONLY_AUDIO_SETTINGS`, specifying validation rules for different container types.\n"]]